Skip to content

Commit dc65e29

Browse files
committed
📝 Format some comments
1 parent 033bca1 commit dc65e29

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Marlin/Configuration_adv.h

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -481,18 +481,22 @@
481481
// before a min_temp_error is triggered. (Shouldn't be more than 10.)
482482
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
483483

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+
*/
489491
//#define MILLISECONDS_PREHEAT_TIME 0
490492

491493
// @section extruder
492494

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+
*/
496500
//#define EXTRUDER_RUNOUT_PREVENT
497501
#if ENABLED(EXTRUDER_RUNOUT_PREVENT)
498502
#define EXTRUDER_RUNOUT_MINTEMP 190

0 commit comments

Comments
 (0)