Преглед изворни кода

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 година
родитељ
комит
1d389ad3a8
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      Marlin/Marlin.pde

+ 2
- 1
Marlin/Marlin.pde Прегледај датотеку

1145
         st_synchronize();
1145
         st_synchronize();
1146
         suicide();
1146
         suicide();
1147
       #elif (PS_ON_PIN > -1)
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
       #endif
1150
       #endif
1150
 		break;
1151
 		break;
1151
         
1152
         

Loading…
Откажи
Сачувај