MIN_PROBE_EDGE replaces DELTA_PROBEABLE_RADIUS

This commit is contained in:
Scott Lahteine
2018-03-19 01:18:57 -05:00
parent eaefc1e410
commit 1d22609473
50 changed files with 52 additions and 331 deletions

View File

@@ -565,7 +565,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 400 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 400}
/**
* Default Max Feed Rate (mm/s)