Skip to content
Snippets Groups Projects
Verified Commit 004e92ae authored by Jonas Leder's avatar Jonas Leder
Browse files

allow moving before homing

parent 67f50db5
No related branches found
No related tags found
No related merge requests found
......@@ -1832,9 +1832,9 @@ non-belt-synced drives. In this case, a additional configuration has to be done
// @section homing
#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
#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.
//#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.
#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure to have this much clearance over your Z_MAX_POS to prevent grinding.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment