-
Notifications
You must be signed in to change notification settings - Fork 8
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
Doesn't finish sending print to Makerbot? #177
Comments
I met this problem too, it's basically happening every time for moderate size and big size model for which the sending to printer process should last for a while but didn't. |
I've been able to replicate this issue. The latest (development) version seems to handle big files better, probably because buffering is done differently. It buffered until 57%, slower than Marlin printers but a lot faster than the 0.10.4 release. |
In the latest development version the
So that's very useful. |
Also interesting, we seem to have a fixed buffer of 3MB: #255 |
Sounds like you guys have identified the cause and the solution. Thanks in advanceHarrison 发件人:Peter Uithoven notifications@github.com Also interesting, we seem to have a fixed buffer of 3MB: #255 — |
related commit Doodle3D/print3d@7813f1e |
Somehow, even though we have a retry system it sometimes seems to stop sending print parts to the Makerbot. Usually when the status request also times out.
The text was updated successfully, but these errors were encountered: