We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This syntax enable controlling layer grouping, layer ordering, pen up/down position, pen down speed, as well as marking a layer as "do not plot" or enforcing a pause. Details here: https://wiki.evilmadscientist.com/AxiDraw_Layer_Control#Syntax
vpype write could emit those codes based on properties set by dedicated commands (axi --layer 1 -h 50 -d 30 -v bla).
vpype write
axi --layer 1 -h 50 -d 30 -v bla
Related to #471
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This syntax enable controlling layer grouping, layer ordering, pen up/down position, pen down speed, as well as marking a layer as "do not plot" or enforcing a pause. Details here: https://wiki.evilmadscientist.com/AxiDraw_Layer_Control#Syntax
vpype write
could emit those codes based on properties set by dedicated commands (axi --layer 1 -h 50 -d 30 -v bla
).Related to #471
The text was updated successfully, but these errors were encountered: