File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 481
481
// before a min_temp_error is triggered. (Shouldn't be more than 10.)
482
482
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
483
483
484
- // The number of milliseconds a hotend will preheat before starting to check
485
- // the temperature. This value should NOT be set to the time it takes the
486
- // hot end to reach the target temperature, but the time it takes to reach
487
- // the minimum temperature your thermistor can read. The lower the better/safer.
488
- // This shouldn't need to be more than 30 seconds (30000)
484
+ /**
485
+ * The number of milliseconds a hotend will preheat before starting to check
486
+ * the temperature. This value should NOT be set to the time it takes the
487
+ * hot end to reach the target temperature, but the time it takes to reach
488
+ * the minimum temperature your thermistor can read. The lower the better/safer.
489
+ * This shouldn't need to be more than 30 seconds (30000)
490
+ */
489
491
//#define MILLISECONDS_PREHEAT_TIME 0
490
492
491
493
// @section extruder
492
494
493
- // Extruder runout prevention.
494
- // If the machine is idle and the temperature over MINTEMP
495
- // then extrude some filament every couple of SECONDS.
495
+ /**
496
+ * Extruder runout prevention.
497
+ * If the machine is idle and the temperature over MINTEMP
498
+ * then extrude some filament every couple of SECONDS.
499
+ */
496
500
//#define EXTRUDER_RUNOUT_PREVENT
497
501
#if ENABLED (EXTRUDER_RUNOUT_PREVENT )
498
502
#define EXTRUDER_RUNOUT_MINTEMP 190
You can’t perform that action at this time.
0 commit comments