瀏覽代碼

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

Loading…
取消
儲存