Explorar el Código

Spacing adjustment, ubl_G29

Scott Lahteine hace 7 años
padre
commit
34b5041576
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Marlin/ubl_G29.cpp

+ 2
- 2
Marlin/ubl_G29.cpp Ver fichero

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

Loading…
Cancelar
Guardar