mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
homing: Calculate homing position based on trigger time
Calculate the "homing position" using the endstop trigger time instead of the position of the steppers. This is in preparation for multi-mcu homing. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1dc2ab048f
commit
3814a13251
3 changed files with 62 additions and 20 deletions
|
@ -8,6 +8,12 @@ All dates in this document are approximate.
|
|||
|
||||
## Changes
|
||||
|
||||
20210819: In some cases, a `G28` homing move may end in a position
|
||||
that is nominally outside the valid movement range. In rare
|
||||
situations this may result in confusing "Move out of range" errors
|
||||
after homing. If this occurs, change your start scripts to move the
|
||||
toolhead to a valid position immediately after homing.
|
||||
|
||||
20210814: The analog only pseudo-pins on the atmega168 and atmega328
|
||||
have been renamed from PE0/PE1 to PE2/PE3.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue