Skip to content

Releases: SoftFever/OrcaSlicer

BambuStudio SoftFever V1.2.5.3

13 Oct 15:26
Compare
Choose a tag to compare
  1. Label objects to support Klipper Exclude Objects feature
    8Q G9FEO}4GGZC7O7_UHDMT

  2. Allow users to change output file name format
    image

  3. Fix a bug that pressure advance value was not saved in the profile

  4. Optimize non-Bambu printer profiles

  5. Remove M900 S0 which is not necessary.

BambuStudio SoftFever V1.2.5

07 Oct 10:29
Compare
Choose a tag to compare

Changes:

  1. Add options to adjust jerk for different line types
    image
  2. Add an option to adjust acceleration for travel. Higher acceleration for travel and lower acceleration for the outer wall makes it possible to print faster and nicer.
    image
  3. Add an option to manually override the Pressure Advance / Linear Advance for each filament.
    image

Screenshots:

1 2 5_feature1

1 2 5_feature2

BambuStudio SoftFever V1.2.4

24 Sep 04:02
Compare
Choose a tag to compare
  1. Allow users to adjust accelerations for inner/outer walls separately.

    image

  2. Allow users to adjust the bottom surface flow-rate

    image

  3. Fix an issue that bed temperature for other layers is not set properly. This bug exists in the upstream as well. My PR here(bambulab/BambuStudio#319)

BambuStudio SoftFever V1.2

17 Sep 15:15
Compare
Choose a tag to compare

Based on BambuStudio v1.2.0.9(https://github.com/bambulab/BambuStudio/releases/tag/v1.2.0.9)

Changes:

1. Allow user to change machine limits

machine_limits

2. Allow users to adjust the top surface flow-rate.

topsurface_flowrate

3. Unlock some cool hidden features in BambuStudio.

hidden_features

4. Fix an issue that the software connected to Bambulab's staging server by default. (Only Bambulab machines were affected)

BambuStudio SoftFever V1.1

24 Aug 09:05
a3b3b36
Compare
Choose a tag to compare

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

BambuStudio V1.1.1.1 - SoftFever

12 Aug 14:06
Compare
Choose a tag to compare

BambuStudio v1.1.0.14 - SoftFever

24 Jul 02:22
06dec4d
Compare
Choose a tag to compare

Sync up with official v1.1.0.14 build.

BambuStudio V1.0.10 - SoftFever 2.1

18 Jul 12:10
Compare
Choose a tag to compare
Pre-release

Fix a minor issue found in BambuStudio V1.0.10 - SoftFever 2: not able to switch languages.

You can download this build if you want to use languages other than English.

BambuStudio V1.0.10 - SoftFever 2

18 Jul 05:16
2b59b6e
Compare
Choose a tag to compare
Pre-release

Change notes:

  • Support Voron 0.1 and Prusa MK3S!
  • Rename the application name to BambuStudio-SoftFever so that it can co-exist with the official build

NOTE: If you can't run the build or experience blank wizard UI issues, pls install vcredist2019_x64.exe and MicrosoftEdgeWebView2RuntimeInstallerX64.exe first.

You can find the simple introduction video here: https://youtu.be/zCc7mVwu2xQ

image
image
image

BambuStudio V1.0.10 - SoftFever

17 Jul 11:45
Compare
Choose a tag to compare
Pre-release

A modified version of Bambu Studio.
I has following changes:

  • Add support for Voron 2.4 machines(Trident should work as well).
  • Export to to .gcode file.

image
image
image
image