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

Recent servo changes a day ago disrupted servo subsystem #2580

Closed
Natealus opened this issue Aug 2, 2015 · 4 comments
Closed

Recent servo changes a day ago disrupted servo subsystem #2580

Natealus opened this issue Aug 2, 2015 · 4 comments

Comments

@Natealus
Copy link
Contributor

Natealus commented Aug 2, 2015

Due to the overridable changes I reconfigured on a new configuration.h. But by the time I got that done after work it seemed a couple changes had happened as well but it seems to have broken the servo subsystem. I doesn't work on index 0 or 2. I tried G29 E, M401, M402, and M280 P0 S90 and such but none of them seemed to affect the z-probe servo.

@Natealus
Copy link
Contributor Author

Natealus commented Aug 2, 2015

I uploaded an archived version of the firmware from 7-10-2015 and it's confirmed the wiring and servo still work correctly.

@AnHardt
Copy link
Member

AnHardt commented Aug 2, 2015

#2533 (comment)
Indeed it seems, the macro is not expanded.
Workaround is to replace:

#if HAS_SERVOS

in you pins_*.h-file with:

#if defined(NUM_SERVOS) && NUM_SERVOS > 0

@Wackerbarth
Copy link
Contributor

Moved to MarlinDev issue https://github.com/MarlinFirmware/MarlinDev/issues/3

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants