Releases: aligator/GoSlice
Releases · aligator/GoSlice
v0.3.2
Fix bug discovered in #38 -> LayerThickness was only applied to the last layer
v0.3.2-rc1
#38 Set LayerThickness after first layer
v0.3.1
Fix wrong extrusion calculation.
I noticed the test used the wrong filament diameter before (175 instead of 1750). That confused me. Now I corrected the test and also the extrusion calculation.
v0.3.0
#38 Add --extrusion-multiplier to mitigate under / over extrusion.
The parameter accepts a int in % with 100 being the default.
v0.2.0
Add --output / -o option to specify a specific output file (#35)
v0.1.0
- Add brim generation. #25 #5
- Add skirt generation. #25 #5
- Improve start-end gcode.
-- no priming as the skirt can be used now
-- move the head away from the object at the end
- fix #26
- version command #27
v0.0.2
- Add support structure generation option.