mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-27 17:30:43 +00:00
Some ESP32 patches (#16297)
This commit is contained in:
parent
f4196d394b
commit
24eaf2d7e0
5 changed files with 11 additions and 9 deletions
Marlin/src/module
|
@ -2276,7 +2276,7 @@ void Stepper::endstop_triggered(const AxisEnum axis) {
|
|||
(axis == CORE_AXIS_2
|
||||
? CORESIGN(count_position[CORE_AXIS_1] - count_position[CORE_AXIS_2])
|
||||
: count_position[CORE_AXIS_1] + count_position[CORE_AXIS_2]
|
||||
) * 0.5f
|
||||
) * double(0.5)
|
||||
#else // !IS_CORE
|
||||
count_position[axis]
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue