Chiron fixes by DKoch83

This commit is contained in:
Knutwurst
2021-06-04 18:29:02 +02:00
parent 6d82c139cf
commit 1d499a99f8
2 changed files with 15 additions and 8 deletions

View File

@@ -1577,6 +1577,13 @@
#endif
#endif
#if ENABLED(KNUTWURST_TFT_LEVELING)
#define MIN_PROBE_EDGE_LEFT MIN_PROBE_EDGE
#define MIN_PROBE_EDGE_RIGHT (MIN_PROBE_EDGE_LEFT + 380)
#define MIN_PROBE_EDGE_FRONT (MIN_PROBE_EDGE + 9)
#define MIN_PROBE_EDGE_BACK (MIN_PROBE_EDGE_FRONT + 380)
#endif
#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