Minor cleanups in Marlin_main.cpp
This commit is contained in:
parent
0427f3cc3b
commit
c6142aa2a1
2 changed files with 11 additions and 11 deletions
|
|
@ -650,8 +650,7 @@ void Planner::buffer_line(ARG_X, ARG_Y, ARG_Z, const float &e, float fr_mm_s, co
|
|||
//*/
|
||||
|
||||
// DRYRUN ignores all temperature constraints and assures that the extruder is instantly satisfied
|
||||
if (DEBUGGING(DRYRUN))
|
||||
position[E_AXIS] = target[E_AXIS];
|
||||
if (DEBUGGING(DRYRUN)) position[E_AXIS] = target[E_AXIS];
|
||||
|
||||
long de = target[E_AXIS] - position[E_AXIS];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue