InsanityAutomation
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
Marlin/src/MarlinCore.cpp
-
Marlin/src/module/motion.cpp
|
@ -660,6 +660,7 @@ inline void manage_inactivity(const bool ignore_stepper_queue=false) { |
|
|
delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
|
|
|
delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
|
|
|
destination = current_position; |
|
|
destination = current_position; |
|
|
prepare_line_to_destination(); |
|
|
prepare_line_to_destination(); |
|
|
|
|
|
planner.synchronize(); |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
@ -1006,7 +1006,6 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) { |
|
|
line_to_current_position(fr_zfast); |
|
|
line_to_current_position(fr_zfast); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
planner.synchronize(); // paranoia
|
|
|
|
|
|
stepper.set_directions(); |
|
|
stepper.set_directions(); |
|
|
|
|
|
|
|
|
idex_set_parked(false); |
|
|
idex_set_parked(false); |
|
|