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

Stops printing, in buffering state #33

Open
peteruithoven opened this issue Jan 8, 2016 · 0 comments
Open

Stops printing, in buffering state #33

peteruithoven opened this issue Jan 8, 2016 · 0 comments

Comments

@peteruithoven
Copy link
Member

The two times I attempted to print the gear bearing (using the new Cura plugin) it stopped printing. There was no kernel error in the logread. It stopped at different layers. I rebooted the box in between these prints. Example status when it stopped:

{

    "data": 

    {
        "bed": ​0,
        "bed_target": ​0,
        "buffered_lines": ​43692,
        "current_line": ​0,
        "has_control": true,
        "hotend": ​210,
        "hotend_target": ​210,
        "state": "buffering",
        "total_lines": ​465353
    },
    "status": "success"

}

Hypothesis: It ran out of gcode to print, switched to idle state, received more gcode, switched to buffering. Because only the first print request makes it start printing it only buffers. Let's figure out if is does run out of gcode to print and if so, why.
It stopping at a different layer might indicate network connectivity issues.

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

1 participant