mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-29 10:20:55 +00:00
Filter endstops state at all times (#11066)
This commit is contained in:
parent
a5c11bf578
commit
99591dc20c
11 changed files with 58 additions and 62 deletions
Marlin/src/module
|
@ -1742,7 +1742,7 @@ uint32_t Stepper::stepper_block_phase_isr() {
|
|||
// done against the endstop. So, check the limits here: If the movement
|
||||
// is against the limits, the block will be marked as to be killed, and
|
||||
// on the next call to this ISR, will be discarded.
|
||||
endstops.check_possible_change();
|
||||
endstops.update();
|
||||
|
||||
#if ENABLED(Z_LATE_ENABLE)
|
||||
// If delayed Z enable, enable it now. This option will severely interfere with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue