Insert Debug DRYRUN Repetier Host compatible
This commit is contained in:
@ -502,7 +502,7 @@ float junction_deviation = 0.1;
|
||||
|
||||
#ifdef PREVENT_DANGEROUS_EXTRUDE
|
||||
if (de) {
|
||||
if (degHotend(extruder) < extrude_min_temp) {
|
||||
if (degHotend(extruder) < extrude_min_temp && !(marlin_debug_flags & DEBUG_DRYRUN)) {
|
||||
position[E_AXIS] = target[E_AXIS]; // Behave as if the move really took place, but ignore E part
|
||||
de = 0; // no difference
|
||||
SERIAL_ECHO_START;
|
||||
|
Reference in New Issue
Block a user