Browse Source

Updates to Anet A8 configurations

Based on #8426
Scott Lahteine 7 years ago
parent
commit
bd8bcf06e7
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/config/examples/Anet/A8/Configuration.h

+ 3
- 3
Marlin/src/config/examples/Anet/A8/Configuration.h View File

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

Loading…
Cancel
Save