Skip to content

Releases: SoftFever/OrcaSlicer

BambuStudio SoftFever V1.3.2

30 Oct 15:49
Compare
Choose a tag to compare

Changes:

  • Support device control view for 3rd party printers
    Youtube video:
    Device view

  • Port Small perimeters feature from PrusaSlicer. I also add an extra option to adjust the small perimeter threshold
    You might want to reduce speed for small perimeter parts to prevent failures like bellow:
    image
    image

  • Add fan speed preview mode
    image

  • Fix an issue that print time estimation is inaccurate when Klipper g-code style is used.

BambuStudio SoftFever V1.3.1

22 Oct 02:07
Compare
Choose a tag to compare

This release enhances support for 3rd party printers.
Change notes:

  1. Support change bed size and nozzle diameter
  2. Allow users to specify the bridge infill direction
    bridge_infill_direction1
    bridge_infill_direction2
  3. Change to ISO view angle for preview image
    IMG_0119
    iso_view
  4. Add an option to change Z Hop action: NormalLift/SpiralLift
  5. Optimise g-code generation for both Bambu printers and 3rd party printers
  6. Support Klipper Exclude Objects
  7. Better support for Moonraker's metadata.
    IMG_0120
Image credits: Thanks @空白, for the screenshot of the IOS view on the X1 printer.

BambuStudio SoftFever V1.3.0 beta

20 Oct 16:45
Compare
Choose a tag to compare
Pre-release

Change notes will be updated later

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

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.