-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
G-Code format? #171
Comments
The few people with Gcode embroidery machines tend to hook their Z axis to stitching. They do this by setting up an old sewing machine and hooking a motor to the hand-crank and an x-y plotter to the sewing field. This gives them an embroidery machine out of an old sewing machine and the important commands for the embroidery machine tend to be +Z for stitch and X and Y for switch locations. Though there are many other designs and more gcode formats that might be needed than could be expressed in a hard-coded definition. I did develop a solution to this for pen plotters, https://github.com/plottertools/vpype-gcode/ The main trick is that you save some profiles of settings for how to write a particular format. Then we cycle through them in the standard block formats:
Then the user defines particular bits and how that bit should be formatted. Like the could be This is actually as broad as things need to be to write gcode because hobbyists could hook things up in a lot of different ways. |
Copied from old to do list.
The text was updated successfully, but these errors were encountered: