Update some ABL/UBL conditionals

This commit is contained in:
Scott Lahteine
2019-02-24 20:29:03 -06:00
parent 833c2e54a1
commit 808b076000
8 changed files with 26 additions and 22 deletions

View File

@ -155,7 +155,7 @@ float cartes[XYZ];
float workspace_offset[XYZ] = { 0 };
#endif
#if OLDSCHOOL_ABL
#if HAS_ABL_NOT_UBL
float xy_probe_feedrate_mm_s = MMM_TO_MMS(XY_PROBE_SPEED);
#endif