Fix levelling mesh size for large printers like chiron.
This commit is contained in:
@@ -1577,21 +1577,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if DISABLED(KNUTWURST_BLTOUCH)
|
|
||||||
#if PROBE_SELECTED && !IS_KINEMATIC
|
|
||||||
//#define MIN_PROBE_EDGE_LEFT MIN_PROBE_EDGE
|
|
||||||
//#define MIN_PROBE_EDGE_RIGHT MIN_PROBE_EDGE
|
|
||||||
//#define MIN_PROBE_EDGE_FRONT MIN_PROBE_EDGE
|
|
||||||
//#define MIN_PROBE_EDGE_BACK MIN_PROBE_EDGE
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL)
|
#if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL)
|
||||||
// Override the mesh area if the automatic (max) area is too large
|
// Override the mesh area if the automatic (max) area is too large
|
||||||
//#define MESH_MIN_X MESH_INSET
|
#define MESH_MIN_X MESH_INSET
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user