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

Fix errors when compiling with servo support #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix errors when compiling with servo support #3

wants to merge 1 commit into from

Conversation

silvio-didonna
Copy link

With autobedlevel enabled on prusa i3 hephestos (1st gen). However after send G28 gcode command the encoder stop working. Display and serial interface still working fine.

With autobedlevel enabled on prusa i3 hephestos (1st gen). However after send G29 gcode command the encoder stop working. Display and serial interface still working fine.
@silvio-didonna
Copy link
Author

There is an error in commit description: I wanted to write G28.

@KR45TA
Copy link

KR45TA commented Mar 12, 2016

From what I can see, it's not so much the G28 command that's causing the encoder to crash but rather the M280 command.
As soon as the servo is triggered in any way the encoder stops responding, but as you mention the diplay and serial interface still work as expected....

From what little I've looked in to it so far it would appear that commenting out the "PROBE_SERVO_DEACTIVATION_DELAY" the encoder no longer crashes, but the probe arm is instead locked in one place and will not move at all.

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

Successfully merging this pull request may close these issues.

2 participants