-
Notifications
You must be signed in to change notification settings - Fork 112
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
Interfacing Stage Control with Arduino-Hub controlled stepper #466
Comments
I managed to achieve this by modifying the
Thanks!
|
Thanks for the update. I'm not familiar enough with the RAMPS device adapter to have much insight, but you might try increasing the timeout on COM6 (it's settable in the Hardware Configuration Wizard, or the .cfg file). You probably have it at the default 500 ms; try setting it to be longer than the longest time it takes for the stage travel. |
Thank you for the great tool.
I have a z-axis stepper and a rotary encoder controllable using an Arduino Mega with Marlin firmware. However, when I tried using the Hardware Configuration Wizard, it showed the following error message:
Because this firmware was tested and found to be working by inputting 'M114' in the serial terminal, with the output shown below. I wonder if the error is caused by the
\n
in theSetCommand -> M114\r
? If it is the case, how to avoid the inclusion of this line terminal?Besides, this stepper can be controlled with the Arduino script below, which provides real-time position reports from a rotary encoder:
A little tweak of the
Arduino-Hub
sketch could control the stepper movement and report the position below. Is it possible to interface theStage Control
with this repurposedArduino-Hub
to control stages like the native z-stage control function in μManager? Thanks again.The text was updated successfully, but these errors were encountered: