Aero Foam Block & Extra cuts, new command P, and/or comments
Posted: 05 Jan 2026, 00:56
Hello!
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:
That would generate:
I think this would be a good way to get sharp corners as I find that the machine tends to cut corner otherwise.
Currently, 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:
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;=)
