forked from Mirrors/Marlin
🩹 Allow Nozzle Wipe odd linear count (2) (#27987)
This commit is contained in:
committed by
GitHub
parent
c403381172
commit
2e8833e315
@@ -65,9 +65,9 @@ Nozzle nozzle;
|
||||
do_blocking_move_to_x(start.x);
|
||||
#else
|
||||
if (i & 1)
|
||||
do_blocking_move_to_x(end);
|
||||
do_blocking_move_to_xy(end);
|
||||
else
|
||||
do_blocking_move_to_x(start);
|
||||
do_blocking_move_to_xy(start);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user