There was an error while loading. Please reload this page.
1 parent 94610de commit cc1f201Copy full SHA for cc1f201
settings/AdditiveSettings.cs
@@ -76,7 +76,7 @@ public class FFFMachineInfo : MachineInfo
76
* Hacks?
77
*/
78
79
- public double MinPointSpacingMM = 0.5; // Avoid emitting gcode extrusion points closer than this spacing.
+ public double MinPointSpacingMM = 0.1; // Avoid emitting gcode extrusion points closer than this spacing.
80
// This is a workaround for the fact that many printers do not gracefully
81
// handle very tiny sequential extrusion steps. This setting could be
82
// configured using CalibrationModelGenerator.MakePrintStepSizeTest() with
0 commit comments