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:
@ -573,7 +573,7 @@ void Planner::check_axes_activity() {
|
||||
|
||||
long de = target[E_AXIS] - position[E_AXIS];
|
||||
|
||||
#if ENABLED(PREVENT_DANGEROUS_EXTRUDE)
|
||||
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
||||
if (de) {
|
||||
if (thermalManager.tooColdToExtrude(extruder)) {
|
||||
position[E_AXIS] = target[E_AXIS]; // Behave as if the move really took place, but ignore E part
|
||||
|
Reference in New Issue
Block a user