Insert Debug DRYRUN Repetier Host compatible
This commit is contained in:
parent
881146bc22
commit
76306f9073
4 changed files with 41 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue