I've just built a foam cutter and started using GAF to process my DXFs to cut files.
I'd really like it if there was a pause command added to the "extra cuts" input.
Something like:
Code: Select all
P; 123;=; 1.2 Code: Select all
G04 P1.2Currently, as a workaround, I'm adding short lines at the corners I really want to be sharp.
Optionally; add comments around the extra cuts. Something like:
Code: Select all
(Start L; 300;=; 45;=; 3;=)
... G-code for generated extra cut ...
(End L; 300;=; 45;=; 3;=)
