Skip to content

Commit 0acd751

Browse files
Group related homing options (#20283)
Co-authored-by: Scott Lahteine <[email protected]>
1 parent bab660c commit 0acd751

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Marlin/Configuration.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1099,8 +1099,8 @@
10991099

11001100
// @section homing
11011101

1102-
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
1103-
1102+
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed. Also enable HOME_AFTER_DEACTIVATE for extra safety.
1103+
//#define HOME_AFTER_DEACTIVATE // Require rehoming after steppers are deactivated. Also enable NO_MOTION_BEFORE_HOMING for extra safety.
11041104
//#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.
11051105

11061106
//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...

Marlin/Configuration_adv.h

-2
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,6 @@
854854
// If the Nozzle or Bed falls when the Z stepper is disabled, set its resting position here.
855855
//#define Z_AFTER_DEACTIVATE Z_HOME_POS
856856

857-
//#define HOME_AFTER_DEACTIVATE // Require rehoming after steppers are deactivated
858-
859857
// Default Minimum Feedrates for printing and travel moves
860858
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
861859
#define DEFAULT_MINTRAVELFEEDRATE 0.0 // (mm/s) Minimum travel feedrate. Set with M205 T.

0 commit comments

Comments
 (0)