Some cleanup ahead of BLTOUCH support
This commit is contained in:
parent
253f843da5
commit
176b9627c7
@ -359,11 +359,11 @@ void Stepper::isr() {
|
|||||||
if (current_block) {
|
if (current_block) {
|
||||||
|
|
||||||
// Update endstops state, if enabled
|
// Update endstops state, if enabled
|
||||||
#if HAS_BED_PROBE
|
if (endstops.enabled
|
||||||
if (endstops.enabled || endstops.z_probe_enabled) endstops.update();
|
#if HAS_BED_PROBE
|
||||||
#else
|
|| endstops.z_probe_enabled
|
||||||
if (endstops.enabled) endstops.update();
|
#endif
|
||||||
#endif
|
) endstops.update();
|
||||||
|
|
||||||
// Take multiple steps per interrupt (For high speed moves)
|
// Take multiple steps per interrupt (For high speed moves)
|
||||||
for (int8_t i = 0; i < step_loops; i++) {
|
for (int8_t i = 0; i < step_loops; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user