Skip to content

BambuStudio SoftFever V1.1

Compare
Choose a tag to compare
@SoftFever SoftFever released this 24 Aug 09:05
· 2838 commits to SoftFever since this release
a3b3b36

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.

export_gcode

  • Send gcode file to printer

    1. Setup connection
      print_host

    2. Send to print
      send_to_print

  • Support single wall mode on first layer

single_wall_first_layer

  • Support Chamber temperature. This setting can be use in machine start G-Gcode

chamber_temperature
chamber_temperature_custom_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

printers1
printers2
printers3
printers4
voron

Image credits:

  1. Voron 2.4 and Trident: vorondesign.com
  2. Voron 0.1: myself
  3. Prusa MK3S: Prusa3d