Releases: SoftFever/OrcaSlicer
BambuStudio SoftFever V1.3.0 beta
Change notes will be updated later
BambuStudio SoftFever V1.2.5.3
-
Label objects to support Klipper Exclude Objects feature
-
Fix a bug that
pressure advance
value was not saved in the profile -
Optimize non-Bambu printer profiles
-
Remove
M900 S0
which is not necessary.
BambuStudio SoftFever V1.2.5
Changes:
- Add options to adjust jerk for different line types
- 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.
- Add an option to manually override the Pressure Advance / Linear Advance for each filament.
Screenshots:
BambuStudio SoftFever V1.2.4
-
Allow users to adjust accelerations for inner/outer walls separately.
-
Allow users to adjust the bottom surface flow-rate
-
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
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
2. Allow users to adjust the top surface flow-rate.
3. Unlock some cool hidden features in BambuStudio.
4. Fix an issue that the software connected to Bambulab's staging server by default. (Only Bambulab machines were affected)
BambuStudio SoftFever V1.1
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
BambuStudio V1.1.1.1 - SoftFever
Sync up with BambuStudio 1.1.1.1
If you have trouble running this app, please try installing the following dependencies:
https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe
https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/vcredist2019_x64.exe
BambuStudio v1.1.0.14 - SoftFever
Sync up with official v1.1.0.14 build.
BambuStudio V1.0.10 - SoftFever 2.1
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
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