-
Notifications
You must be signed in to change notification settings - Fork 8
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
Axis1 StepCounter too high #40
Comments
Could you post the SVG that you are plotting and the sha1 of axibot? There are some debug tools that may be helpful to sort out what aspect of the path planning is going wrong- the entry point to those tools is the |
As another data point, I just got this same error.
This was on my first run with axibot. It drew all the lines in the SVG, and then looked to be trying park the pen, in the middle of which I got the error. Looking at the command I'll dig into the results and try out Lastly, thanks for the excellent software. I didn't really want to be driving via Inkscape all the time, and I definitely didn't want to have to write/port all the path planning code for use with the cncserver. I'm still generating SVGs, but I don't want to always have to do that, and the way you've modularized things means that I can probably just generate paths of points and just skip some of the svg parsing steps while still using the segment planning functionality. |
@satchmorun Can you post the svg you were using when you got this error? |
Yet, another crashing one: |
Hi just wondering if anyone ever worked this out |
At the end of every plot, when the head homes to (0,0), it stops halfway in the middle of the page with the following error:
Perhaps the speed is too high?
Relevant: https://github.com/evil-mad/EggBot/blob/master/EBB_firmware/app.X/source/ebb.c#L1425-L1434
The text was updated successfully, but these errors were encountered: