Ver código fonte

Fix M81 not working reliably on Gen7

Some discussion of the issue is here http://forums.reprap.org/read.php?181,118329,page=1
andrey-vasilyev 11 anos atrás
pai
commit
1d389ad3a8
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      Marlin/Marlin.pde

+ 2
- 1
Marlin/Marlin.pde Ver arquivo

@@ -1145,7 +1145,8 @@ void process_commands()
1145 1145
         st_synchronize();
1146 1146
         suicide();
1147 1147
       #elif (PS_ON_PIN > -1)
1148
-        SET_INPUT(PS_ON_PIN); //Floating
1148
+        SET_OUTPUT(PS_ON_PIN); 
1149
+        WRITE(PS_ON_PIN, HIGH);
1149 1150
       #endif
1150 1151
 		break;
1151 1152
         

Carregando…
Cancelar
Salvar