Skip to content

Releases: supermerill/SuperSlicer

Graph edition

02 Jul 08:20
Compare
Choose a tag to compare
Graph edition Pre-release
Pre-release

Last beta branch before 2.7 and then 2.8

#known issues

  • the title bar still show "2.5.59", it will be fixed in next version. The good version is in help->about.
  • It can crash when it's trying to create seam positions. fixed in nightly.

new

  • Split perimeters (perimeter count) into contour & hole (only for classic process)
    image
  • New setting: solid_infill_below_layer_area & solid_infill_below_width (force solid infill if area of region/layer below a threshold)
  • Split solid_overlap into top_solid_infill_overlap
  • Add Graph Widget (still wip)
    • New setting: extruder_extrusion_multiplier_speed (change extrusion multiplier in relation to the current extrusion speed)
    • Implement Small Area Solid Infill Flow Compensation (from orca) #4329
  • Add overhangs_max_slope
    • allow to modify the slices to reduce the overhangs slope (but bridges) with overhangs_bridge_threshold
    • limit the length of bridges (if set to 0, ignore bridges) and overhangs_bridge_upper_layers
    • allow to take into account future bridges on upper level, avoiding overhangs in area where a bridge will appear (useful for screw holes in bottom).
      image
      image
  • better bridge:
    • new setting: bridge_precision (change the number of lines used to detect bridges)
    • better direction detection
    • better coverage
    • better shape
  • Update to acceleration: move to object/region & cleaning alongside it. (rename bridge_internal_* settings to internal_bridge, like orca)
  • Pressure advance calibration tool (v1) by legend069
  • Allow to load monotonicgapfill for solid_fill_pattern #3281
  • Add estimated date of printing end. #4275
  • New setting: priming_position #4332
  • Post-process ironing angle: now use fill_angle_cross, and can go into negative. #4286
  • New setting: fill_angle_follow_model: Allow the infill to rotate alongside the object's z rotation. #4304
  • Add fill_angle to quick infill modifier (right-click -> infill) #4304
  • Change gapfill type from 'gapfill' to 'support interface' for support interfaces (tell me if this creates some issues).
  • Split interface pattern into top pattern and bottom pattern
  • Add chamber temperature gcode if not detected. (M191 and M141, only for marlin2, reprap and machinekit) #4289
  • New hidden print settings for calibration (accessible via modifiers)
    • print_first_layer_temperature to be able to set the first layer temperature from a print setting#4245
    • object_gcode: to add custom gcode each time an object's perimeter and infill start to print (at least one per layer)
    • region_gcode: to add custom gcode each time a region's (modifier) perimeter and infill start to print (at least one per layer)
  • Better status message: for prepare infill, sequential object gcode, seam visibility
  • Performance improvements
  • Multithreading improvement
  • Improved path sorting

changes-fixes

  • always run the fan_speed post-processing to remove duplicate M106 #4225
  • Also use offset for only_retract_when_crossing_perimeters, so it retract if the line goes over the external perimeter #4294

known issues

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.12-bis edition

01 Jul 17:08
Compare
Choose a tag to compare

A batch of little fixes, the most important one is about fixing seams.

bugfixes

  • fix wipe tower first layer speeed error.
  • fix synch problem for status reporting.
  • Trigger change in project upon layer-specific gcode changes (Fixes #4261) #4334 by Christos Karampeazis-Papadakis
  • fix (snug) support too narrow and allow the perimeter around support to overlap itself like with prusaslicer. #4333
  • fix seam positioning (problem when cutting a segment)
  • Allow gapfill to be bridge if on bottom support material interface
  • Fix thin wall merge with perimeter creating 0-extrusion size perimeters #4330
  • Don't deactivate no_perimeter_unsupported_algo with arachne, it works. #4324

known issues

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.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