Update U20 config to help UBL toggle (#16471)
This commit is contained in:
committed by
Scott Lahteine
parent
675295692b
commit
b7f8163291
@ -1500,10 +1500,10 @@
|
||||
|
||||
#if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL)
|
||||
// Override the mesh area if the automatic (max) area is too large
|
||||
//#define MESH_MIN_X MESH_INSET
|
||||
//#define MESH_MIN_Y MESH_INSET
|
||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||
#define MESH_MIN_X _MAX(MESH_INSET, MIN_PROBE_EDGE)
|
||||
#define MESH_MIN_Y _MAX(MESH_INSET, MIN_PROBE_EDGE)
|
||||
#define MESH_MAX_X X_BED_SIZE - 35 // NOZZLE_TO_PROBE_OFFSET
|
||||
#define MESH_MAX_Y Y_BED_SIZE - _MAX(MESH_INSET, MIN_PROBE_EDGE)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user