-
Notifications
You must be signed in to change notification settings - Fork 110
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
RAMPS: M400 error using Marlin firmware #471
Comments
What exactly are you doing to cause this error? |
"Hardware Configuration Wizard" ==> "RAMPS" ==> "*RAMPSHub: RAMPS Hub" ==> "Add" ==> select COM port and set BaudRate ==> "OK" |
Thanks. It looks like this is the part of the log that is relevant (with WRN entries removed, since they are not the problem here):
All but the last line above are logged during a call to the mmCoreAndDevices/DeviceAdapters/CNCMicroscope/RAMPSStage/RAMPS.cpp Lines 204 to 229 in 7416f5d
The error code 110 is mmCoreAndDevices/DeviceAdapters/CNCMicroscope/RAMPSStage/RAMPS.cpp Lines 487 to 495 in 7416f5d
The error is a consequence of The first thing that comes to mind is that there might be a whitespace, newline, or terminator mismatch. Indeed, in your working (Sprinter) example, the responses from the device are terminated with The strange thing here is that I could understand the behavior if it were the opposite: I must be missing something, but this is as far as I've gotten so far. Will come back to this, but let me know if you have any ideas. |
Hi,
An error occurred when using the Marlin firmware:
When I input
M400
in the Arduino sketch, it showed 'ok'. Also, the hardware loaded well with the ancient Sprinter firmware. Since the updated Marlin firmware is required for functionalities like encoder incorporation, is it possible to resolve this issue? Thanks.The text was updated successfully, but these errors were encountered: