瀏覽代碼

Update Configuration.h

Scott Lahteine 7 年之前
父節點
當前提交
2511e869e2
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      Marlin/example_configurations/Anet/A8/Configuration.h

+ 1
- 2
Marlin/example_configurations/Anet/A8/Configuration.h 查看文件

@@ -425,9 +425,8 @@
425 425
 // It also enables the M302 command to set the minimum extrusion temperature
426 426
 // or to allow moving the extruder regardless of the hotend temperature.
427 427
 // *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
428
-// A temp of 160 guards against false tripping when the extruder fan kicks on.
429 428
 #define PREVENT_COLD_EXTRUSION
430
-#define EXTRUDE_MINTEMP 160
429
+#define EXTRUDE_MINTEMP 160  // 160 guards against false tripping when the extruder fan kicks on.
431 430
 
432 431
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
433 432
 // Note that for Bowden Extruders a too-small value here may prevent loading.

Loading…
取消
儲存