Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h-bridge stepper idle driver is missing Control pin assignments #505

Open
ggurov opened this issue Oct 31, 2024 · 0 comments
Open

h-bridge stepper idle driver is missing Control pin assignments #505

ggurov opened this issue Oct 31, 2024 · 0 comments

Comments

@ggurov
Copy link

ggurov commented Oct 31, 2024

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

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant