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

Current line number (may be beginner question) #263

Closed
makeit opened this issue Jul 30, 2012 · 5 comments
Closed

Current line number (may be beginner question) #263

makeit opened this issue Jul 30, 2012 · 5 comments

Comments

@makeit
Copy link

makeit commented Jul 30, 2012

When I paused/stopped printing, how can I know a current line number of the Gcode file (Ascii)?
If Printrun indicates paused/stopped line number of the G-code file, it would be very useful.

@kliment
Copy link
Owner

kliment commented Jul 30, 2012

On 07/30/2012 09:26 AM, makeit wrote:

When I paused/stopped printing, how can I know a current line number of the Gcode file (Ascii)?
If Printrun indicates paused/stopped line number of the G-code file, it would be very useful.


Reply to this email directly or view it on GitHub:
#263
Type in the following:

!print self.p.queueindex

I'll add it to the statusbar at some point when paused. Now it's only
shown when printing

@iXce
Copy link
Collaborator

iXce commented Aug 2, 2012

Going further, I guess it would be great to improve Printrun to be able to sort-of recover from a major print failure (such as an external reset of the electronics). Basically right now when connection is lost, you have to disconnect/reconnect, which resets the print queue, which prevents you from restarting the print (while even though the lookahead buffer (Marlin) might be lost, you can very well rehome X/Y on the printer, set Z back from the gcode or home Z as well, fix E and start from around the break).

@kliment
Copy link
Owner

kliment commented Aug 2, 2012

On 08/02/2012 11:30 AM, iXce wrote:

Going further, I guess it would be great to improve Printrun to be able to sort-of recover from a major print failure (such as an external reset of the electronics). Basically right now when connection is lost, you have to disconnect/reconnect, which resets the print queue, which prevents you from restarting the print (while even though the lookahead buffer (Marlin) might be lost, you can very well rehome X/Y on the printer, set Z back from the gcode or home Z as well, fix E and start from around the break).


Reply to this email directly or view it on GitHub:
#263 (comment)
Several people have asked for this, and I don't have a chance to work on
it for another week. YOu want to try yourself at it?

@iXce
Copy link
Collaborator

iXce commented Aug 3, 2012

Yeah, I'm working on it :)

@kliment
Copy link
Owner

kliment commented May 29, 2013

This has been completed, closing the issue.

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