FOME-Tech / FOME-Tech/fome-fw

h-bridge stepper idle driver is missing Control pin assignments

Open
#505 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
138
Forks
69
Avg merge
5d 20h
Merged PRs (30d)
4

Description

Under Idle Hardware -> Stepper H-Bridge Configuration,, each bridge has "No1 Direction", twice, and Disable. but "control" is missing.

![image](https://github.com/user-attachments/assets/af73f1f9-ad71-4644-b4d6-7b21da9a50cc)

in the ini, the same h-bridges for ETB would have 3 parameters:
```

dialog = etbHbridgeHardwareNo1, "H-Bridge Hardware No1"
field = "No1 Direction #1", etbIo1_directionPin1
field = "No1 Direction #2", etbIo1_directionPin2
field = "No1 Control", etbIo1_controlPin
field = "No1 Disable", etbIo1_disablePin
```

but for idle h-bridge, only 2 are in the .ini

```
dialog = stepperHbridgeHardwareNo1, "H-Bridge Hardware No1"
field = "No1 Direction #1", stepperDcIo1_directionPin1
field = "No1 Direction #2", stepperDcIo1_directionPin2
field = "No1 Disable", stepperDcIo1_disablePin

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.