Probe Wizard XY position (#20167)
This commit is contained in:
@ -100,6 +100,7 @@
|
||||
#define _Y_HALF_BED ((Y_BED_SIZE) / 2)
|
||||
#define X_CENTER TERN(BED_CENTER_AT_0_0, 0, _X_HALF_BED)
|
||||
#define Y_CENTER TERN(BED_CENTER_AT_0_0, 0, _Y_HALF_BED)
|
||||
#define XY_CENTER { X_CENTER, Y_CENTER }
|
||||
|
||||
// Get the linear boundaries of the bed
|
||||
#define X_MIN_BED (X_CENTER - _X_HALF_BED)
|
||||
|
Reference in New Issue
Block a user