Browse Source

Update Configuration.h

Scott Lahteine 7 years ago
parent
commit
2511e869e2
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/example_configurations/Anet/A8/Configuration.h

+ 1
- 2
Marlin/example_configurations/Anet/A8/Configuration.h View File

425
 // It also enables the M302 command to set the minimum extrusion temperature
425
 // It also enables the M302 command to set the minimum extrusion temperature
426
 // or to allow moving the extruder regardless of the hotend temperature.
426
 // or to allow moving the extruder regardless of the hotend temperature.
427
 // *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
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
 #define PREVENT_COLD_EXTRUSION
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
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
431
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
433
 // 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.

Loading…
Cancel
Save