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

Python plot.py incorrect output with included sample file #169

Closed
swissraul opened this issue Dec 25, 2023 · 2 comments
Closed

Python plot.py incorrect output with included sample file #169

swissraul opened this issue Dec 25, 2023 · 2 comments

Comments

@swissraul
Copy link

I've version 3.9.6 of the AxiDraw API and trying to print the included test/assets/Axidraw_trivial.svg file using plot.py located at: examples_py_axisdraw/plot.py as is. The plot does not match the expected output where the pen does not seem to move up and the output is contiguous (i.e the pen stays down for the entire duration of the plot). Perhaps I'm missing some configuration, please advise.

@oskay
Copy link
Contributor

oskay commented Dec 25, 2023

I haven't heard any other reports of something like this, and I'm not in front of an AxiDraw to test right now.

Would you please:

  • Let me know which model of AxiDraw and what hardware configuration you have?
  • Check to see if things are working through Inkscape, to see if your issue is specific to the Python API
  • Check to see if you can successfully toggle the pen up and down with one of the scripts?
  • Let me know if you are having issues on other scripts, or just this one?

@swissraul
Copy link
Author

Looks like it was my bad, after changing the "penlift" option to "3" from "1", it seems to be working fine now. Apologies for the false alarm.

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

No branches or pull requests

2 participants