PREVENT_DANGEROUS_EXTRUDE => PREVENT_COLD_EXTRUSION
Also improve the documentation of this and related options, and set EXTRUDE_MINTEMP to 170 everywhere.
This commit is contained in:
@ -121,7 +121,7 @@ class Temperature {
|
||||
static millis_t watch_bed_next_ms;
|
||||
#endif
|
||||
|
||||
#if ENABLED(PREVENT_DANGEROUS_EXTRUDE)
|
||||
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
||||
static bool allow_cold_extrude;
|
||||
static float extrude_min_temp;
|
||||
static bool tooColdToExtrude(uint8_t e) {
|
||||
|
Reference in New Issue
Block a user