浏览代码

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.

正在加载...
取消
保存