Scott Lahteine 3 anos atrás
pai
commit
d47e694048
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/feature/power.cpp

+ 1
- 1
Marlin/src/feature/power.cpp Ver arquivo

@@ -122,7 +122,7 @@ void Power::power_off() {
122 122
     #ifdef PSU_POWEROFF_GCODE
123 123
       GcodeSuite::process_subcommands_now_P(PSTR(PSU_POWEROFF_GCODE));
124 124
     #endif
125
-  	PSU_PIN_OFF();
125
+    PSU_PIN_OFF();
126 126
   }
127 127
 }
128 128
 

Carregando…
Cancelar
Salvar