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

Path header and footer #50

Open
serealhansman opened this issue Mar 16, 2016 · 3 comments
Open

Path header and footer #50

serealhansman opened this issue Mar 16, 2016 · 3 comments

Comments

@serealhansman
Copy link

Hi!
I am currently putting together a Plasma Cutter CNC Machine.
The Controller is an Arduino running GRBL, using grblweb in combination with jscut as a Frontend.
For the Plasma Cutter to work, i Need some Special G-Codes at the beginning of each Path (Probing the Surface, starting the Plasma, moving up a bit, waiting some time, moving a Little down) and also at the end (stopping Plasma, moving a Little up, waiting some time).

The easiest way to achieve this - i think - would be to include a headerfile to the GCode-Output before each path, followed by a footerfile after each path...

What Do you think about that? Could this be possible?

@danielkucera
Copy link

I would also need this, I'd like to use it for laser cutting and instead of plunge and retract I need to run gcode to start/stop laser.
I would be nice to have two text fields where one can put gcode which would be used instead of this:

jscut/js/Cam.js

Line 374 in 88652b7

'; Retract\r\n' +

and this:

jscut/js/Cam.js

Line 473 in 88652b7

'; plunge\r\n' +

@tbfleming
Copy link
Owner

tbfleming commented May 8, 2020 via email

@danielkucera
Copy link

I have just found it. You should add it to the readme :)

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

3 participants