Browse Source

Followup to G29 O

pull/1/head
Scott Lahteine 6 years ago
parent
commit
4832be52d7
  1. 1
      Marlin/src/gcode/bedlevel/abl/G29.cpp

1
Marlin/src/gcode/bedlevel/abl/G29.cpp

@ -185,6 +185,7 @@ void GcodeSuite::G29() {
#endif
return;
}
// Define local vars 'static' for manual probing, 'auto' otherwise
#if ENABLED(PROBE_MANUALLY)
#define ABL_VAR static

Loading…
Cancel
Save