mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-15 17:09:29 -07:00
stepper: Automatically detect and handle shared stepper enable lines
It's common for multiple steppers to use the same stepper enable line. Detect this and only create a single digital_out oid on the micro-controller. Also, prohibit any other pin from being used multiple times in the config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
265b9097d5
commit
df6528715e
3 changed files with 47 additions and 16 deletions
|
|
@ -71,8 +71,6 @@ Hardware features
|
|||
|
||||
* Support for additional kinematics: scara, etc.
|
||||
|
||||
* Support shared motor enable GPIO lines.
|
||||
|
||||
* Support for bed-level probes.
|
||||
|
||||
* Possible support for touch panels attached to the micro-controller.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue