This build is based on Bambulab's V1.1.1.1 release.
Bambu Studio - SoftFever
A modified version of Bambu Studio.
It has following changes:
-
Support third-party printers:
- Voron 2.4
- Voron Trident
- Voron 0.1
- Prusa MK3S
-
Export to to .gcode file.
-
Support Chamber temperature. This setting can be use in machine start G-Gcode
-
Thumbview is supported
Demo video: https://youtu.be/vSNE9iGj2II
NOTE:
- If you have troubles to run the build, you might need to install following runtimes:
- BambuStudio use G2/G3 commands by default. You need to turn on ARC support in your printer's firmware use with this slicer.
- For Voron and any Klipper based printers:
You can enable gcode_arcs(G2/G3) support by adding following section into you printer.cfg file:
[gcode_arcs]
resolution: 0.1
[gcode_macro M205]
gcode:
{% set x_jerk = params.X|default(5)|float %}
{% set y_jerk = params.Y|default(5)|float %}
SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY={x_jerk}
It's also recommended to add the following dummy macros to make Klipper happy
# Make BambuStudio happy
[gcode_macro G17]
gcode:
[gcode_macro M981]
gcode:
[gcode_macro M1003]
gcode:
- For Prusa MK3S:
ARC movement are supported by default.
Gallery
Image credits:
- Voron 2.4 and Trident: vorondesign.com
- Voron 0.1: myself
- Prusa MK3S: Prusa3d