-
Notifications
You must be signed in to change notification settings - Fork 141
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
Comments
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. Line 374 in 88652b7
and this: Line 473 in 88652b7
|
LaserWeb4 is a better match for laser cutting. It's the successor to jscut.
…On Fri, May 8, 2020 at 9:55 AM Daniel Kucera ***@***.***> wrote:
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:
https://github.com/tbfleming/jscut/blob/88652b7bc9b19a854cc39b49b5bbed98d0c473d5/js/Cam.js#L374
and this:
https://github.com/tbfleming/jscut/blob/88652b7bc9b19a854cc39b49b5bbed98d0c473d5/js/Cam.js#L473
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADGFIHWWZYL26CODOOJQGTRQQFNFANCNFSM4B6JKTCA>
.
|
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
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?
The text was updated successfully, but these errors were encountered: