浏览代码

Merge pull request #8426 from SteveGotthardt/bugfixes

[1.1.x]Update Anet A8 default values from my Anet A8 experience
Scott Lahteine 7 年前
父节点
当前提交
b6dbc4c5c1
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      Marlin/example_configurations/Anet/A8/Configuration.h

+ 4
- 3
Marlin/example_configurations/Anet/A8/Configuration.h 查看文件

137
 #define EXTRUDERS 1
137
 #define EXTRUDERS 1
138
 
138
 
139
 // Generally expected filament diameter (1.75, 2.85, 3.0, ...). Used for Volumetric, Filament Width Sensor, etc.
139
 // Generally expected filament diameter (1.75, 2.85, 3.0, ...). Used for Volumetric, Filament Width Sensor, etc.
140
-#define DEFAULT_NOMINAL_FILAMENT_DIA 3.0
140
+// The Anet A8 original extruder is designed for 1.75mm
141
+#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75
141
 
142
 
142
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
143
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
143
 //#define SINGLENOZZLE
144
 //#define SINGLENOZZLE
425
 // or to allow moving the extruder regardless of the hotend temperature.
426
 // or to allow moving the extruder regardless of the hotend temperature.
426
 // *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
427
 // *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
427
 #define PREVENT_COLD_EXTRUSION
428
 #define PREVENT_COLD_EXTRUSION
428
-#define EXTRUDE_MINTEMP 170
429
+#define EXTRUDE_MINTEMP 160  // 160 guards against false tripping when the extruder fan kicks on.
429
 
430
 
430
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
431
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
431
 // Note that for Bowden Extruders a too-small value here may prevent loading.
432
 // Note that for Bowden Extruders a too-small value here may prevent loading.
535
  * Override with M92
536
  * Override with M92
536
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
537
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
537
  */
538
  */
538
-#define DEFAULT_AXIS_STEPS_PER_UNIT   { 100, 100, 400, 95 }
539
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 100, 100, 400, 100 }
539
 
540
 
540
 /**
541
 /**
541
  * Default Max Feed Rate (mm/s)
542
  * Default Max Feed Rate (mm/s)

正在加载...
取消
保存