Browse Source

Followup to G29 O

Scott Lahteine 7 years ago
parent
commit
4832be52d7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/gcode/bedlevel/abl/G29.cpp

+ 1
- 0
Marlin/src/gcode/bedlevel/abl/G29.cpp View File

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

Loading…
Cancel
Save