|
@@ -1065,12 +1065,14 @@
|
1065
|
1065
|
|
1066
|
1066
|
// @section homing
|
1067
|
1067
|
|
1068
|
|
-//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
|
|
1068
|
+//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
|
1069
|
1069
|
|
1070
|
|
-//#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.
|
|
1070
|
+//#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.
|
1071
|
1071
|
|
1072
|
|
-//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
|
1073
|
|
- // Be sure you have this distance over your Z_MAX_POS in case.
|
|
1072
|
+//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
|
|
1073
|
+ // Be sure to have this much clearance over your Z_MAX_POS to prevent grinding.
|
|
1074
|
+
|
|
1075
|
+//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z
|
1074
|
1076
|
|
1075
|
1077
|
// Direction of endstops when homing; 1=MAX, -1=MIN
|
1076
|
1078
|
// :[-1,1]
|