ソースを参照

Spacing adjustment, ubl_G29

Scott Lahteine 7年前
コミット
34b5041576
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      Marlin/ubl_G29.cpp

+ 2
- 2
Marlin/ubl_G29.cpp ファイルの表示

@@ -389,8 +389,8 @@
389 389
     }
390 390
 
391 391
     if (code_seen('P')) {
392
-      if (WITHIN(phase_value,0,1) && ubl.state.eeprom_storage_slot==-1) {
393
-        ubl.state.eeprom_storage_slot=0;
392
+      if (WITHIN(phase_value, 0, 1) && ubl.state.eeprom_storage_slot == -1) {
393
+        ubl.state.eeprom_storage_slot = 0;
394 394
         SERIAL_PROTOCOLLNPGM("Default storage slot 0 selected.\n");
395 395
       }
396 396
 

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