📝 Up to 9 tramming points

MarlinFirmware/Marlin#25293
This commit is contained in:
Scott Lahteine 2023-02-20 18:55:02 -06:00
parent 6785de4594
commit bb572e4cf1
306 changed files with 306 additions and 306 deletions

View file

@ -1034,7 +1034,7 @@
//#define ASSISTED_TRAMMING
#if ENABLED(ASSISTED_TRAMMING)
// Define positions for probe points.
// Define from 3 to 9 points to probe.
#if defined(U20) || defined(LK1)
#define MAX_THR_X 260 // X 265 may not be reachable by a probe on the left (U20)
#define TRAMMING_POINT_XY { { 30, 30 }, { MAX_THR_X, 30 }, { MAX_THR_X, 275 }, { 30, 275 } }

View file

@ -1034,7 +1034,7 @@
//#define ASSISTED_TRAMMING
#if ENABLED(ASSISTED_TRAMMING)
// Define positions for probe points.
// Define from 3 to 9 points to probe.
#define TRAMMING_POINT_XY { { 20, 20 }, { 180, 20 }, { 180, 180 }, { 20, 180 } }
// Define position names for probe points.