Fix M428
This fixes the old implementation of M428 which was broken, did not match the website, and made no sense.
This commit is contained in:
parent
a2fc7da587
commit
227b96b28b
2 changed files with 18 additions and 21 deletions
|
|
@ -439,6 +439,7 @@ void do_blocking_move_to_xy(const float &x, const float &y, const float &fr_mm_s
|
|||
|| ENABLED(NOZZLE_CLEAN_FEATURE) \
|
||||
|| ENABLED(NOZZLE_PARK_FEATURE) \
|
||||
|| (ENABLED(ADVANCED_PAUSE_FEATURE) && ENABLED(HOME_BEFORE_FILAMENT_CHANGE)) \
|
||||
|| HAS_M206_COMMAND \
|
||||
) || ENABLED(NO_MOTION_BEFORE_HOMING)
|
||||
|
||||
#if HAS_AXIS_UNHOMED_ERR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue