Skip to content

Commit

Permalink
Changed the default retract setting
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Aug 11, 2023
1 parent 03abfc1 commit 8fe39a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class AutoLevelSettings implements Serializable {
private double maxX = 1.0;
private double maxY = 1.0;
private double maxZ = 1.0;
private double zRetract = 0;
private double zRetract = 1.0;
private double zSurface = 0;

private boolean applyToGcode = true;
Expand Down

0 comments on commit 8fe39a1

Please sign in to comment.