📝 Format some comments
This commit is contained in:
parent
033bca1773
commit
dc65e299fa
@ -481,18 +481,22 @@
|
|||||||
// before a min_temp_error is triggered. (Shouldn't be more than 10.)
|
// before a min_temp_error is triggered. (Shouldn't be more than 10.)
|
||||||
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
|
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
|
||||||
|
|
||||||
// The number of milliseconds a hotend will preheat before starting to check
|
/**
|
||||||
// the temperature. This value should NOT be set to the time it takes the
|
* The number of milliseconds a hotend will preheat before starting to check
|
||||||
// hot end to reach the target temperature, but the time it takes to reach
|
* the temperature. This value should NOT be set to the time it takes the
|
||||||
// the minimum temperature your thermistor can read. The lower the better/safer.
|
* hot end to reach the target temperature, but the time it takes to reach
|
||||||
// This shouldn't need to be more than 30 seconds (30000)
|
* the minimum temperature your thermistor can read. The lower the better/safer.
|
||||||
|
* This shouldn't need to be more than 30 seconds (30000)
|
||||||
|
*/
|
||||||
//#define MILLISECONDS_PREHEAT_TIME 0
|
//#define MILLISECONDS_PREHEAT_TIME 0
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
// Extruder runout prevention.
|
/**
|
||||||
// If the machine is idle and the temperature over MINTEMP
|
* Extruder runout prevention.
|
||||||
// then extrude some filament every couple of SECONDS.
|
* If the machine is idle and the temperature over MINTEMP
|
||||||
|
* then extrude some filament every couple of SECONDS.
|
||||||
|
*/
|
||||||
//#define EXTRUDER_RUNOUT_PREVENT
|
//#define EXTRUDER_RUNOUT_PREVENT
|
||||||
#if ENABLED(EXTRUDER_RUNOUT_PREVENT)
|
#if ENABLED(EXTRUDER_RUNOUT_PREVENT)
|
||||||
#define EXTRUDER_RUNOUT_MINTEMP 190
|
#define EXTRUDER_RUNOUT_MINTEMP 190
|
||||||
|
Loading…
Reference in New Issue
Block a user