ソースを参照

Followup to G29 O

Scott Lahteine 7年前
コミット
4832be52d7
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      Marlin/src/gcode/bedlevel/abl/G29.cpp

+ 1
- 0
Marlin/src/gcode/bedlevel/abl/G29.cpp ファイルの表示

@@ -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

読み込み中…
キャンセル
保存