Better probe boundaries for linear/grid

This commit is contained in:
Scott Lahteine
2018-01-22 00:31:44 -06:00
parent b0bfa65be7
commit 3d9f360b5a
43 changed files with 226 additions and 214 deletions

View File

@@ -1030,9 +1030,9 @@
// Set the boundaries for probing (where the probe can reach).
//#define LEFT_PROBE_BED_POSITION 15
//#define RIGHT_PROBE_BED_POSITION 170
//#define FRONT_PROBE_BED_POSITION 20
//#define BACK_PROBE_BED_POSITION 170
//#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - 15)
//#define FRONT_PROBE_BED_POSITION 15
//#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - 15)
// ANET A6
//#define LEFT_PROBE_BED_POSITION 20