Skip to content

Commit cc1f201

Browse files
committed
change this value for now, not high enough though to prevent all printing problems
1 parent 94610de commit cc1f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/AdditiveSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class FFFMachineInfo : MachineInfo
7676
* Hacks?
7777
*/
7878

79-
public double MinPointSpacingMM = 0.5; // Avoid emitting gcode extrusion points closer than this spacing.
79+
public double MinPointSpacingMM = 0.1; // Avoid emitting gcode extrusion points closer than this spacing.
8080
// This is a workaround for the fact that many printers do not gracefully
8181
// handle very tiny sequential extrusion steps. This setting could be
8282
// configured using CalibrationModelGenerator.MakePrintStepSizeTest() with

0 commit comments

Comments
 (0)