Can LNCN be stopped/paused and resumed without starting over
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 310
- Thank you received: 4
05 Dec 2016 01:37 #83684
by allenwg2005
Can LNCN be stopped/paused and resumed without starting over was created by allenwg2005
Hi Folks,
I had a question occur to me today.
What if you have a very large Gcode file and you need to stop it for some reason (say to sharpen or change a tool).
Is there a way to pause the program, move one or more axes, and resume where you left off?
Thanks in advance
I had a question occur to me today.
What if you have a very large Gcode file and you need to stop it for some reason (say to sharpen or change a tool).
Is there a way to pause the program, move one or more axes, and resume where you left off?
Thanks in advance
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Away
- Platinum Member
-
Less
More
- Posts: 4996
- Thank you received: 1458
05 Dec 2016 04:09 #83685
by Todd Zuercher
Replied by Todd Zuercher on topic Can LNCN be stopped/paused and resumed without starting over
Sort of.
linuxcnc.org/docs/html/config/moveoff.html
It is a hal component that lets you jog while paused using a set of offsets to fool Linuxcnc into thinking it hasn't actually moved.
linuxcnc.org/docs/html/config/moveoff.html
It is a hal component that lets you jog while paused using a set of offsets to fool Linuxcnc into thinking it hasn't actually moved.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Away
- Platinum Member
-
Less
More
- Posts: 4996
- Thank you received: 1458
05 Dec 2016 04:11 #83686
by Todd Zuercher
Replied by Todd Zuercher on topic Can LNCN be stopped/paused and resumed without starting over
Sometimes it is just better to stop the file, note your line number, and then edit your file by removing the lines already run, then restart it.
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 310
- Thank you received: 4
05 Dec 2016 16:16 #83694
by allenwg2005
Replied by allenwg2005 on topic Can LNCN be stopped/paused and resumed without starting over
Thanks for responding Todd.
Thinking on it more, modifying the file would make the most sense.
You can set new tool offsets (for the sharpened or replaced tool) and start were you left off.
Telling LCNC the truth is usually best;-).
A simply; copy/paste of original file->edit->reload->go, and you're off and running again.
Thanks again, Allen
Thinking on it more, modifying the file would make the most sense.
You can set new tool offsets (for the sharpened or replaced tool) and start were you left off.
Telling LCNC the truth is usually best;-).
A simply; copy/paste of original file->edit->reload->go, and you're off and running again.
Thanks again, Allen
Please Log in or Create an account to join the conversation.
Time to create page: 0.064 seconds