Scott Lahteine 8 лет назад
Родитель
Сommit
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
 

Загрузка…
Отмена
Сохранить