Z raise options independent of ABL so G28 can use them
This commit is contained in:
@ -349,10 +349,6 @@
|
||||
#define MAX_PROBE_X (min(X_MAX_POS, X_MAX_POS + X_PROBE_OFFSET_FROM_EXTRUDER))
|
||||
#define MIN_PROBE_Y (max(Y_MIN_POS, Y_MIN_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))
|
||||
#define MAX_PROBE_Y (min(Y_MAX_POS, Y_MAX_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))
|
||||
#else
|
||||
#ifndef Z_RAISE_AFTER_PROBING
|
||||
#define Z_RAISE_AFTER_PROBING 15
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define HAS_Z_ENDSTOP_SERVO (defined(Z_ENDSTOP_SERVO_NR) && Z_ENDSTOP_SERVO_NR >= 0)
|
||||
|
Reference in New Issue
Block a user