-
Notifications
You must be signed in to change notification settings - Fork 55
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
Leave pen up at end of plot #178
Comments
I am not observing this behavior - sounds dumb but could you share an SVG that does this and I can try it out? |
Currently experiencing this on two Axidraws. It never used to happen. Please let me know if I can help with debugging info. |
I have this behavior on my Axidraw SE/A3 too. |
Just installed it on Raspberry Pi and confirming that pen goes down at the end of the plot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that after a successful plot, the carriage returns to home and executes a pen down. Is there a way to turn this off so that it doesn't mark the paper? I'm not sure why it does this, since the code in function
plan
seems to end with a max-up pen position:unless it is being modified in
withPenHeights()
? I'm not clear on exactly what is happening here, although it seems odd that the last motion is being treated special and overriding the actual command:(I'm running this on a Pi Zero with the
saxi
version 0.15.0 installed via npm)The text was updated successfully, but these errors were encountered: