Releases: supermerill/SuperSlicer
[stable] Moar User-defined ui
new & changes
- More way to create a better ui (notably for widths, to be able to align things to avoid them being 'a mess', 'jumbled', 'unreadable' or 'buggy'). Read more here changelog
- some renaming for seam position (should be transparent and automatic)
- renamed nearest to near to avoid confusion with the prusaslicer one.
- renamed hidden to corner (it's equivalent to the prusaslicer 'nearest')
- macos build is now with 10.13 as min target.
bugfixes
- bridge angle is now enforced. Reminder: if you want to set it only for a particular bridge, you can create a modifier object, set a correct size & position and set the bridge angle only inside this modifier (see prusa video on modifier meshes)
- Thin wall fix (when the width was higher than the maximum for a very short length).
- Remove G1 along the FXXXX when they are unnecessary
- Redesign/ fix XY compensation. Now they are applied correctly and works even when modifier meshes are present.
- fix version control of the configuration: now it doesn't reject them if they are tagged as an old beta/alpha.
note: i forgot to replace the '0' by a '1' in the filename, sorry.
User-defined ui edition
Merged against the 2.2.0-alpha2 of PrusaSlicer
new & changes
- You can now change the layout & labels of settings. Read more here
- remove layer_height_adaptive, as you have now new prusaslicer one
- bridge_overlap : allow you to print more lines, as the diameter may be thinner (because of the bridge_flow)
bugfixes
- #136 (toolchange fan stop with skinnydip's "cool hotend with fan")
- bugfix on seam toolpath. #135
- fix wizard / ini files
- rectilinear with gapfill improvments
- some fix on per-modifier settings
- some more unit tests
- linux & macos fixes, see Actions for them.
I'll try to publish bugfixes for this version, along prusaslicer 2.2.0 fixes.
Linux & macos builds are in the Action tab. I didn't test them.
known bug:
- At each startup, it can ask you to update prusa profile. To resolve that, download the latest daily version (in the Action tab) or remove '-alpha2' in c:/users/myname/AppData/roaming/slic3r++/cache/PrusaResearch.idx and in install_directory/slic3r++/resources/settings/PrusaResearch.idx
[alpha] no seam edition
seems like the wizard has a problem in this version
You have to remove creality.ini and basic.ini from resources/profiles because they have duplicate lines.
Merged against the 2.2.0-alpha0 of PrusaSlicer
updates to extruders, wizard, 3DconnectionDevice, and other things.
new & changes
- no seam / vase mode setting when you print the external perimeter first.
- "only one periemter on top" now use the "anchor solid infill" setting and is correctly grown. Avoid problem with too small surfaces.
- add a setting to allow external perimeter to overlap (and so over-extrude) to avoid the use of thin walls when we don't care.
- add continuous integration in github action, so you can grab your linux & macos build from here (built on latest version of ubuntu & macos).
- restore the adaptative quality option (if you didn't activate the manual one, also exclusive vs the manual array one). It's a request but imo, the result are not good enough. Prusa seems to work on a better one, so stay tune. It should be featured in their next beta.
bugfixes
- infill spacing more sane
- more sane default profiles for some options
- french translation
- now changing the extruder count doesn't crash (#124). It's a mistake from my side, as i didn't choose the right commit when i merged to prusa 2.1 last time.
I wanted to do a stable release, but to correct a bug I had to merge with their branch. Silly me, i forgot to choose the stable branch last time. Well, lesson learned.
[beta] polyholes edition
new
- Setting to convert circular hole to polyholes (slicing tab)
- setting to disable/enable brim from islands inside holes #112 (skirt&brim tab)
bugfix
- Rework a bit the info about perimeters width #113
- Don't allow 'overhangs' setting on top of holes. #112 #46
I will appreciate if some people can test & report about the polyholes feature.
[beta] moar conditional gcode edition
new
- a new conditional gcode window, that trigger on every extrusion role change (external_perimeter -> internal_perimeter -> infill -> gapfill). #108
- a setting to add a perimeter every odd layer, to make a sandwich with infill, to be able to set the perimeter/infill overlap setting very low, to maybe CORRECT THAT more easily. #89
- add an other parameter for ironing : you are now able to choose the amount of plastic that will be used for the second pass (typical 10%) #101
bugfix
[beta] skinnydip edition
merged against prusaslicer 2.1
new
- interior brim option, like the upstream slic3r #92
- now a brim can be extruded over a part that is inside an other part (in a hole)
- @domesticatedviking skinnydip
- @wavexx gryroid improvments
- parameter for minimum gapfill surface (allow to remove very small gapfill if the printer isn't able to print them) #90
- parameter for top layer infill flow (to over-extrude if needed)
- parameter for ironing 2nd pass width
- parameter for overhang detection #99
bugfixes
[stable]1.42 bugfixes
Custom bed edition
merged against prusaslicer {2c0f0c8} (2019/07/03 version)
new
- custom bed models/ svg (inspired by @CyberDeck pr). No examples yet, but all you need is the .svg or .stl file to be in the same directory as the prusa one, or in your vendor directory in your slic3r++ user directory.
- icons in the same style as the prusaslicer2
bugfixes
PrusaSlicer v2-fork edition
merged against prusaslicer {2f806de} (2019/06/25 version)
new
- nothing
bugfixes
- #69 #68 #62
- fix bug where bridge aren't created in special circumstances
- fix bbug where denser infill algo selection wasn't in-sync
- add some tests about denser infill
- sanitize some profiles values.
known issue
- i forgot to add the msvcp140.dll alongside msvcp120.dll. You have to install the visual studio 2017 c++ redistribuable. available here
- ironing can be a bit out-of order, not recommended
Rectilinear-Gapfill edition
merged against slic3rPE1.42.0-rc1 (the may 15th master merge)
new
- rectilinear with gapfill option. A better way to cover small strange areas.
- improve the precision from 25bits to 40bits
- get the test framework from slic3r and began to include some tests.
bugfixes
know issue
- can crash at gcode preview.
- localization problem