瀏覽代碼

disable auto retract by default

This should make it safe to enable FWRETRACT by default, with
autoretract (which should now be fixed) only enabled by M209. FWRETRACT
should probably now default to enabled (to make G10/G11 and M207-209
available, without changing functionality when they are not used), but
I’ll save that for another pull request/discussion.
whosawhatsis 11 年之前
父節點
當前提交
c43838bb1e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp 查看文件

@@ -231,7 +231,7 @@ int EtoPPressure=0;
231 231
 #endif
232 232
 
233 233
 #ifdef FWRETRACT
234
-  bool autoretract_enabled=true;
234
+  bool autoretract_enabled=false;
235 235
   bool retracted=false;
236 236
   float retract_length = RETRACT_LENGTH;
237 237
   float retract_feedrate = RETRACT_FEEDRATE;

Loading…
取消
儲存