Skip to content

Releases: supermerill/SuperSlicer

2.5.59.12

12 Jun 12:04
Compare
Choose a tag to compare

New release to mainly fix two important bugs that are crashing the software.

known issues

bugfixes

  • fix crash when the first object isn't the tallest #4309 #4313
  • Fix crash when wipe into collapsed area #4301
  • should be able to import step files on linux
  • the search now display & can show you the frequent settings.
  • allow variable with paths (thin walls, gap fills) to be printed in the reverse direction if allowed and useful to reduce travels.
  • fix brim on first support layer (when it's not on the bed) #4300
  • fix bad support grid #4306
  • Fix seam notch for outer perimeters. #4305

notes

I haven't tested the linux & macos build.
The mac intel version will ask you for permission, and the arm will tell you it's corrupted. You need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

2.5.59.11

05 Jun 08:00
Compare
Choose a tag to compare

known issues

bugfixes

  • fix crashes with gyroid and other random crash on linux & macos: fill_aligned_z: fix uninitialized atomic_int64_t (#4279), thanks to Icenowy Zheng
  • fix missing retractions #4264
  • Fix wipe distance #4278
  • Fix/remove useless 'change extruder' command in gcode when single extruder
  • Fix dark mode text in manipulation (for not-windows) #2740
  • Change opengl command to hopefully fix some intel drivers issues (and better perf) #2864
  • Fix search
    • filament & search icon #4267
    • quick settings #4299
  • Fix reordering problem (because arachne can create loop in '8' shape)
  • fix writing so small segments into gcode, there wasn't any effective move/extrusion
  • linux build little fixes (debug, some warnings, occtwrapper)
  • fix Linux installation creating broken superslicer-gcodeviewer symlink (#4208) thanks to Icenowy Zheng
  • Fix slider when using the wipe tower.
  • fix gcode viewer refresh when selecting travel moves #4287
  • fix multipath can_reverse #4217 (still some issues)
  • text:
    • better hints for xy compensations #4276
    • Change label of autospeed settings to avoid confusions with real max speed & volumetric speed.
    • typo wipe_only_crossing #4293
    • calibration project name, and over-bridge -> above the bridges #4295
    • start_gcode_manual tooltip: show minimum gcode script to add

notes

I haven't tested the linux & macos build.
The mac version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app (I need a bit more time to retreived my keys to sign it, maybe next time).
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

No fancy name edition

21 May 11:43
Compare
Choose a tag to compare

Some serious bugs with some features (fan move & gcodeviewer), so here is a new version for the stable branch.
Also some seams adjustments, to be more in line with latest 2.4.

known issues

bugfixes

  • fix slider/wipetower crash
  • Fix mmu filament stat #4262
  • Allow to load monotonicgapfill for solid_fill_pattern #3281
  • Seams: overhangs: don't remove overhang_angle_threshold, it seems to create artifacts. #4217
  • Seams: overhangs are now only strongly discouraged (instead of evicted), if there is only overhangs or if the overhangs is very small. #3727
  • Fix unsaved changed settings displayed even if not in the gui.
  • Fix fan mover: don't skip long lines, Also put the fan in the right order (before & after where inverted when lines are skipped) #4249
  • Fix fan mover gcode corruption #4254
  • Fix fill_aligned_z: don't affect bridges. #4240
  • Fix Wipe tower starting wipe speed with % #4251
  • Fix gcodeviewer #4248
  • Fix invalidation when normal quick setting is changed #4252
  • Fix fan speed overflow #4233

notes

I haven't tested the linux & macos build.
The mac (intel, arm seems corrupted) version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

2.5 stable edition

30 Apr 20:05
Compare
Choose a tag to compare

This is the stable 2.5.59, there will only be bugfixes in this branch now.
There will be a 2.5.60 with some new features that have been made while waiting for the 2.7

known issues

new

  • Setting for alternating perimeter printing direction every even layer #4159
  • Setting: fill_aligned_z to align the spacing of sparse infill (default to true) #4131

bugfixes

comment exact_last_layer_height

  • fix frequent param
  • test flow for print & gcode
  • assert & failsafe about slicing with no height.
  • fix test_flow
  • move freq settings definition to their own (strip-down) tab.
    • add vector get/set for script
    • fix enum set_string for script
    • allow : in ui files
    • better script debug
  • Updates to prusa config export: Make sure each setting is ignored of marked as prusa-compatible.
  • update to gcode viewer legend:
    • switch min & max position for gcode viewer if vertical
    • fix outliers
    • add preference for max decimals (now 2 by default instead of 3)
    • allow outliers switch for all numeric fields
    • hide log scale if discrete mode
  • fix for bridge_type = layer_height #4137
  • fix gap_fill_overlap #4138
  • more responsive cancel on long prints.
  • Fix perimeter_bonding (was only working for 0% or 50%)
  • Fix arachne:
    • can create (randomly) double-loops in one loop
    • seams and overhangs, reproducible with model from issue 4129
  • Fix start gcode for complete_objects (sequential printing) with wipe tower #4136
  • profiles: change label_printed_objects to gcode_label_objects
  • fix medial axis ctrl-v old error
  • fix ordering objects by min y #4147
  • allow multi-stl import also with single extruder printer #4149
  • fix import project dialog & pattern substitution
  • Add logs for when the slicer try to rename a file. #4135
  • seam notch : allow almost convex/concave, so little imprecision doesn't prevent from detection. Set seam_notch_angle min value to 180. #4143
  • debug log for loading png images (there may have some problem on macos?)
  • apple silicon build fix by Giuseppe Sorrentino

notes

I haven't tested the linux & macos build.
The mac (intel, arm seems corrupted) version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

Discrete legend Edition

14 Feb 19:32
Compare
Choose a tag to compare
Pre-release

Quick release to fix a serious loading bug from the previous one (can't load width when opening a project).

known issues

new

  • Legend in preview:
    • the log for the time is now in the legend
    • you can now filter by min/max
    • if the number of values is low enough, you can switch to a "discrete" mode, where colors are used for exact values.
    • for flow, you can filter out outliers if any (useful when custom gcode isn't filtered out)
      image
  • Print full version on gcode first line (if with date) #4118

bugfixes

  • Fix loading of width & spacing #4117
  • fix custom variables with empty values #4120
  • double slider: rework tick drawing #4116
  • Fix mmu painting with perimeter width in % #3303
  • Fix handling of not-gcode commands (like klipper ones) by pressure equalizer #4112
  • Fix fan mover kickstart #4113
  • Don't write 'G1 Z-0' but 'G1 Z0' #4124
  • Fix position of temperature calibration labels #4099

notes

I haven't tested the linux & macos build.
The mac arm isn't built anymore (until I find the will to reinstall & reconfigure the VM again).
The mac intel version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

Seaworld Edition

08 Feb 10:16
Compare
Choose a tag to compare
Seaworld Edition Pre-release
Pre-release

Hello, here a new 2.5 version with many bugfixes.
2.7 merge still ongoing, but I wanted to finish stabilizing the 2.5 on january. Going to focus more on the 2.7 in February.
There may be a stable 2.5 after this one.
On my personal front: I'm now employed at 80% for a 3D printer company to work on superslicer. That means I can focus my energy on it.
These 80% are used to work on testing, merging newer version of superslicer & orcaslicer, and new features that are needed by the company.
The 20% left is to be able to work on other features, and for features wanted by other companies.

known issues

  • opening a project don't load spacing settings #4117
  • problem with windows 11, you may want to remove the opengl32.dll from the mesa dir if you have problem with your graphic card, as a stop gap (this disable the 3D acceleration).
  • still no mac build, will do that after 2.7 merge. For now, you can grab the mac-intel nightly from here, it's the same but without the translations.
  • some pending issues that are difficult to reproduce or fix, or I just didn't had the time : #4071 #4045 #4037 #4036 #4039 #3996 #3923

New

  • Import project from other slicers:
    • OrcaSlicer (&bambu): first implementation (reusing their import code) : now you can import an Orca project (.3mf) like you can do with prusaslicer project (.3mf).
    • new preference (show_unknown_setting) to hide the pop-up that inform you about settings that are unknown (and so ignored) when importing a project file.
    • PrusaSlicer : fixed conversions issues
  • Avoid crossing perimeter:
    • use the better surface shrink from PrusaSlicer
    • now can pass on top surfaces if needed (new setting)
    • now can follow the external perimeter to avoid top surfaces
    • can go over top surface at the start & end if the distance is much less than the strait travel (rare case)
  • Scripted widget: now can have dependencies in other tabs & update all values of a vector instead of the first one.
  • Fix concurrent script execution.
  • update profiles (pr integrated) (no 2.7 changes yet)
  • new setting: gcode_ascii for ascii-only output (replace other char by '_') #4070
  • Double slider anti-miss-clicks adjustments: #4075
    • Push the (+) color change button as far away as possible
    • Add a little dead zone between the bottom and the lock icon.
    • Also fix a crash that can happen when a color change is done and the computer is a bit slow.
  • Allow enum values as output string in placeholders. #4098
  • Gcode viewer: when looking at volumetric flow, you have now in the legend a button to hide outliers values (often the purge line from start gcode).

General Bugfixes

  • fix XY size compensation direction for inner & holes (some were going the wrong direction, again, sorry for that. Unless my brain fart again? It seems there is always one that goes in the wrong direction, It's hard to judge, so i'll implement some unit testing to fix it onece for all)
  • Updates unit testing find some bugs:
    • fix a 2-4% overextrusion for small infill areas, as the overlap was added two times instead of one.
  • fan mover: little fixes, now can work with G2 & G3 (will not split them, and the distance is an approximation, but good enough) #4061
  • Fix cooling (post-process) parsing issues
  • Better handling of too small extrusions for thin_walls_merge & no seam on the thin walls (unless it's a thin wall perimeter loop).
  • Fix 0 acceleration for reprap #4048
  • Fix artifacts from mmu paint #4101 (again)
  • Check for fimware compatibility with M73 & M117 (warning)
  • fix save .3mf with pattern modifier #3549
  • Maybe fix BIQU / BTT_TFT thumbnail (using orca knowledge & code)
  • Calibrations
    • now accept preferred orientation (init_z_rotate) #4099
    • Fix retraction calibration solid fill areas #4097
  • reworked parallel_objects_step to be able to print objects instances in sequence. #4043
  • fix parsing utf-8 for not-alphanumeric chars #4070
  • change exception to warning log for AppConfig::save() on badly named thread. On win11, the vent thread doesn't have the right name? Need more investigation. #4046
  • Fix macos start error (bad icon path) #4095 (maybe?)

Settings Bugfixes

  • Fix default object & region config apply for gcode creation. Also move brim_speed from region_config to object_config #4050
  • disable external_perimeters_vase if perimeter_loop #4027
  • Fix wrong compute of width from external perimeter spacing. #4082
  • print_extrusion_multiplier now correctly split regions. #4108
  • Fix loading preset with wrong keys erasing good preset values. #4079
  • no retract if before_wipe with length 0
  • Fix infill speeds in modifier don't work if not altering the full layer #3849
  • fix only_one_perimeter_top for arachne #4041

Gui Bugfixes

  • Fix Seam gap in filament section keep reactivating #4065
  • Bed texture fixes:
    • if vendor has only texture or model, still show it.
    • png texture can turn black on compression on some hardware (amd). A new preference (compress_png_texture) is now available to disable the optimisation that can cause that. You have to relaunch the app to force the reload of the texture or: remove it, go to platter, then re-add it.
  • fix crash on one-layer object (doubleslider)
  • fix tip of day moving you to setting tab #4055
    • fix filament cooling description crash when no fan is enabled #4047
  • fix custom string variable without quotes #4011
  • Better rounding for scritped widget floats
  • Change fill_density tooltip to make people aware of solid_infill_every_layers #4064
  • Fix z shift for gcode viewer #1076
  • Fix Single extruder MM setup tab not shown at startup #4086
  • Change text from "odd" to "even" as the layer numbering began by 1 and not 0 in the gui.
  • fix NULL dereference on wxWidgets 3.2 by @Icenowy_Zheng
  • fix filament compatible widget #4073

Localisation

  • it localisation
  • spanish calibration

notes

I haven't tested the linux & macos build.
The mac arm isn't built anymore (until I find the will to reinstall & reconfigure the VM again).
The mac intel version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

Happy New Year edition

31 Dec 21:38
Compare
Choose a tag to compare
Pre-release

The 2.7 version is not ready, so here is a new 2.5 version, that should work even better than the previous one.
I'll probably do another 2.5 version in 2024, to be able to have a stable one.

known issues

  • problem with windows 11, you may want to remove the opengl32.dll from the mesa dir if you have problem with your graphic card, as a stop gap (this disable the 3D acceleration).
  • still no mac build, will do that after 2.7 merge. For now, you can grab the mac-intel nightly from here, it's the same but without the translations.

New

  • italian translation update
  • Make preferences resizeable, with scrollbar, and fit small screen #4028

Bugfixes

  • Fix layout (crash when displaying some filament fields) #4031 #4030 #3991 #3976
    • now using the one in the resources.
    • If you want to use the same configuration directory with versions older than 2.5.59, you can erase the configuration_dir/ui_layout directory manually. Don't share a configuration directory with 59.3, 59.4, 59.5.
    • Note: it may be problematic to share a configuration directory between versions, as saving a profile in an old version can delete the new settings from the newer version. You can set your configuration directory by creating a configuration directory next to the superslicer.exe or with the --datadir="my/path" option
  • Fix wrong width (a bit wider) of the gapfill (noticeable with gap_fill_min_width) #4029
  • Fix Missformatted URL if no additional GET Parameter has been supplied #3974
  • Fix Changing connection length cause crash #4025
  • Hack to fix a bug in arachne generator, creating lines going to the moon #4032

notes

I haven't tested the linux & macos build.
The mac arm isn't built anymore (until I find the will to reinstall & reconfigure the VM again).
The mac intel version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

note: sorry, I pushed this release initially on the wrong label, so maybe some repo may have build the 59.4 instead of the 59.5

Late 2023 edition

29 Dec 17:50
Compare
Choose a tag to compare
Late 2023 edition Pre-release
Pre-release

the 2.7 version is not ready, so here is a new 2.5 version, that should work better than the previous one, as the new fill_angle_template setting (vector field) mess the previous one.
I'll probably do another 2.5 version in 2024, just with bugfixes and translation updates, to be able to have a stable one.

known issues

  • changing infill connection length cause a crash. fixed in next nightly.
  • problem with windows 11, you may want to remove the opengl32.dll from the mesa dir if you have problem with your graphic card, as a stop gap (this disable the 3D acceleration).
  • still no mac build, will do that after 2.7 merge. For now, you can grab the mac-intel nightly from here, it's the same but without the translations.

New

  • only one perimeter on top now also with arachne (thanks to orca, vovodroid).
  • now the thumbnails header can omit the type, to adapt to creality firmware #3989
    • new setting: thumbnails_tag_format (bool)
    • old default is to have it deactivated for png (windows power tools only show the thubnails if it's png and no tag)
    • old default is to have it activated for all others (but creality wants jpg without tag)

Bugfixes

  • fix modifiers #4016
  • fix post process script #4016
  • fix cooling slowdown (wasn't working) #4015
  • fix monotonic ordering #3770
  • fix travel acceleration #3821
  • apply max_gcode_per_seconds for travels #3534
  • gui: fix slider ticks #3975
  • gui: fix missing "revert" buttons for filaments

notes

I haven't tested the linux & macos build.
The mac arm isn't built anymore (until I find the will to reinstall & reconfigure the VM again).
The mac intel version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process. (I'll try to add superslicer also into winget)
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

note: sorry, I pushed this release initially on the wrong label, so maybe some repo may have build the 59.4 instead of the 59.5

Disappointing christmas edition

25 Dec 12:30
Compare
Choose a tag to compare
Pre-release

the 2.7 version is not ready, so here is a new 2.5 version, that should work better than the previous one, unless the new fill_angle_template setting (vector field) mess things up.

known issues

  • new vector fields broke modifiers. they don't work in this version.
  • problem with windows 11, you may want to remove the opengl32.dll from the mesa dir if you have problem with your graphic card, as a stop gap (this disable the 3D acceleration).
  • still no mac build, will do that after 2.7 merge. For now, you can grab the mac-intel nightly from here, it's the same but without the translations.

New

  • Allow some sorting of perimeters at gcode path planning, to get a bit better path planning (and maybe more issues).
  • Add fill_angle_template and fill_angle_cross
    • fill_angle_template is a vector setting that allows you to setup the infill angles to use.
  • Fan cooling: move min_fan_speed to printer. fan_always_on changed to a real default_fan_speed
  • now default will be used when a field is deactivated.
  • default_fan_speed =0 is a bit like the old fan_always_on to false.
  • fan_printer_min_speed is now a real min for fan speed (if not stopped)

Bugfixes

  • disable "seam notch" when spiral vase and also when no perimeters #3997
  • allow scripted option to be disabled & searchable
  • fix removing the whole line G1 Z. F.... if feedrate is same as before. #4004
  • Fix Crash when adding custom printer #3977
  • Don't crash if there is some empty lines in the ui layout.
  • fix snug support with 0 bottom interface layers #4012
  • fix preview for brim_per_object without complete_objects #3969
  • wipe tower use filament_max_speed
  • fix too many polygons exported in the gcode file #3798

notes

I haven't tested the linux & macos build.
The mac arm isn't built anymore (until I find the will to reinstall & reconfigure the VM again).
The mac intel version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process.
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

sept 2023

24 Nov 23:07
Compare
Choose a tag to compare
sept 2023 Pre-release
Pre-release

I left my job, so I can now concentrate to develop this software full time.
here it's a collection of pull request and bugfixes from the last version, before i merge with prusaslicer2.7

New

  • Add 'external perimeter seam gap' (seam_gap_external) to be able to add a hole but only on the external perimeter, to print gears on bad printers. may work better than seam_notch, or maybe with both.
  • Better concentric infill with gapfill
  • Semi-parallel printing by @vova #3445
  • Add a speed knob to the wipe tower. by @amforpeace #3569
  • Add max layer height to adaptive layers by @vovodroid
  • Width change on odd layers by @vovodroid #3688
  • Add option to avoid z lift for short travels by Julian Schill #3695
  • Show layer time by @vova
    • you can choose in preferences what to show in the slider.
  • Rework of fan speed control by extrusion type. Thanks to @legend069 to have started this, with its pr. #3735 #3608 #3568 #3415 #3408 #3380 #3367 #3361 #3271 #3152 #2872 #2696 #2419 #2326
  • pause_print_gcode and color_change_gcode use default value if empty based on g-code flavor. Started by @your-friend-alice #3943
  • 3Dmouse: Add option in the CTRL-M dialog to invert axes. by Stephen Hurd
  • Separate preset save and save-as. by Adam Elnagger #3806 #2731

Bugfixes

  • fix perimeters/overhangs being cut
  • fix crash when checking vase mode.
  • double slider: fix crash, ticks on // prints. Layer 0 is the "before first layer" (from custom gcode). have to check if the pause isn't shifted.
  • overhangs_speed_enforce: fix & add a simple mode for arachne
  • fix current_position custom gcode variable by @dumitrugrl #3958
  • Fix some arc G2/G3 generation bugs. #3707
  • Better performance for archimedian chords (now can be used on big areas) #3827
  • Fix crash with overhangs_reverse #3818
  • Toolchange: Set the fan speed after the tag, not after any 'T' command #3874
  • fix filament_max_volumetric_speed and max_volumetric_speed don't take into account first_layer_flow_ratio #3775
  • others #3962 #3776 #3763

notes

I haven't tested the linux & macos build.
The mac arm isn't built anymore (until I find the will to reinstall & reconfigure the VM again).
The mac intel version will ask you for permission. You may need to do xattr -cr /Applications/SuperSlicer.app.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process.
You can have daily builds in the action menu of github.
You can support me with the "sponsor" button

notes

I haven't tested the linux build.
The mac version sin't built, because I need to do some more work for it to be able to be built normally. You can take an intel-nightly to update an old version.
For Windows automatic installer/updates: https://community.chocolatey.org/packages/superslicer . Note that it has some days of delay, for the validation process.
You can have daily builds in the action menu of github.