I’m sad to announce that John Beima, who created and managed this website, has passed away.
He joined the project when the 2.7 branch was still in its infancy and played a key role in pushing it toward a stable release, which was not far off.
I (supermerill) will try to continue managing the website, but I’m less familiar with it, so there may be some formatting issues or inconsistencies.
The 2.7.61.10 release is now published, fixing several bugs, typos, and crashes.
There is now a Windows installer available for those who want one (thanks to a pull request from eff3ri). I’m still working on finding a good way to sign the installer so that UAC isn’t overly sensitive to it.
https://github.com/supermerill/SuperSlicer/releases/tag/2.7.61.10
bugfixes
- Fix gap_fill_perimeter allowing infill inside the perimeter-gapfill #4670
- Fix config wizard resetting to Simple mode
- Don’t show phony values (spacing vs width) in “unsaved changes” / “compare” setting window
- Fix crash when comparing two preset with different extruder count. thanks @chitix
- Fix monotonic: prevent gcode writer to change direction of extrusions for monotonic.
- Fix speed percentage hierarchy when using auto-speed. #4676
- Fix hole_size_compensation with multiple regions #4631
- Fix arc gcode (wrong direction) when the loss of precision makes it too small to be something else than a strait line.
- Increase http max size for getting the release json from github
- Avoid crossing perimeters (& can_cross): distinguish between extruders (note: still can’t distinguish between solid & sparse infill extruders.)
- Fix the old scarf seam (may still be removed/revamped when merged with 2.9)
- Fix GCodeViewer FeatureType length size. (doesn’t overlap with next value anymore)
- Activate tooltip in setting’s tab search window. #4657
- Fix Retraction Calibration crash
- Updates to Over-Bridge Calibration (typo, solid first layer) #4630
- Fix calibration for flow & speed: text spacing, locale (crash)