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

program stopped in middle of cutting, #214

Closed
engine3061 opened this issue Aug 10, 2021 · 7 comments
Closed

program stopped in middle of cutting, #214

engine3061 opened this issue Aug 10, 2021 · 7 comments

Comments

@engine3061
Copy link

program stopped and machine stopped in the middle of cutting, is there a way to start the cutting back at a certain line in the gcode?

@engine3061 engine3061 added the bug label Aug 10, 2021
@svenhb
Copy link
Owner

svenhb commented Aug 10, 2021

Don't know if it works after break up, but after pause: you find a _processed.nc file in Menu-Open recent file.
This file contains the GCode from editor when job was started.
During a pause, the actual gcode-line number will be stored.
If you load the _processed.nc file, you will be asked to continue at the last line.

You may send me the logfile, to find the problem - located in the data folder (check the about window)

@engine3061
Copy link
Author

i ran it after to see if it would start from spot it stopped but it started from beginning, and went into about and didnt see any data folder, i just deleted the lines out it already cut in editor and restarted it from there and seems to be working fine, not sure if you can put a run from command it where we can just type in what line we want to start from in cases like this

@engine3061
Copy link
Author

also is there a delay i can put in for when the spindle goes to the starting point from the time i hit start, so the spindle can get u to speed before it starts without hitting the start spindle box

@svenhb
Copy link
Owner

svenhb commented Aug 10, 2021

not sure if you can put a run from command it where we can just type in what line we want to start from

It's difficult, because the grbl-controller doesn't know the modal states of the code before. E.g. Line 1 starts with switching on the spindle, but you start the code at line 5 - expecting the spindle is on, but it's not... You would break your tool.

@svenhb
Copy link
Owner

svenhb commented Aug 10, 2021

also is there a delay i can put in for when the spindle

If you import a graphic, you can set it:
image

@svenhb
Copy link
Owner

svenhb commented Sep 4, 2021

I added the feature to start anywhere inside the code:
https://github.com/svenhb/GRBL-Plotter/releases

@svenhb
Copy link
Owner

svenhb commented Nov 1, 2021

No feedback is a good feedback 😉

@svenhb svenhb closed this as completed Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants