Ender 3 - Update tramming point (going further in the back)

This commit is contained in:
2024-10-15 10:02:07 +02:00
parent 1ac66f5b1b
commit 9b8887a4a4

View File

@@ -1037,7 +1037,7 @@
// Define from 3 to 9 points to probe.
//#define TRAMMING_POINT_XY { { 35, 30 }, { 205, 30 }, { 205, 205 }, { 35, 205 } }
#define TRAMMING_POINT_XY { { 35, 30 }, { 180, 30 }, { 180, 180 }, { 35, 180 } }
#define TRAMMING_POINT_XY { { 35, 30 }, { 180, 30 }, { 180, 200 }, { 35, 200 } }
// Define position names for probe points.
#define TRAMMING_POINT_NAME_1 "Front-Left"