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

Dremel 3D20 times out during/after streaming to SD #32

Open
RenskeB opened this issue May 24, 2020 · 7 comments
Open

Dremel 3D20 times out during/after streaming to SD #32

RenskeB opened this issue May 24, 2020 · 7 comments

Comments

@RenskeB
Copy link

RenskeB commented May 24, 2020

First: thank you so much!!

During/ after streaming the file to SD the connection times-out.
Set communication time-out to 60 seconds.
Haven't touched anything during streaming.

This happens when I use upload to SD and when I send directly from CURA.

Yesterday I had the same problem, after turning the printer off and on and reconnecting, it streamed and started printing. Just that once. Can't get it to start (even the same file) again.

timeout

@RenskeB RenskeB changed the title Dremel 3D20 time-outs on/after streaming to SD Dremel 3D20 times out during/after streaming to SD May 24, 2020
@jimprince
Copy link
Contributor

I've had this a couple times. Once was with the same file that I was able to print twice, had the error once and had to restart the printer, and then had another successful print.

Out of curiosity, how large is the file you're trying to send?

@jimprince
Copy link
Contributor

BTW, if you're able to turn on debugging and then download a copy of octopi.log after you've had the error, that would go a long way in helping to fin the issue. You can find how to turn on debugging and download log files here: https://github.com/Mrnt/OctoPrint-FlashForge#troubleshooting

@Mrnt
Copy link
Owner

Mrnt commented May 25, 2020

@RenskeB as @jimprince suggested (thanks Brad) capturing a log of the plugin with debugging turned on and uploading it as a zip would be very helpful.

A couple of thoughts/questions:

  • Are you using a Raspberry Pi if so what model?
  • Make sure you do not have something else connected to the printer at the same time, eg Dremel Digilab or Dremel Print Cloud connected via WiFi.
  • Make sure the usb connection between your Raspberry Pi is good (cable, plugged in properly, etc)
  • Make sure the Raspberry Pi power source is adequate and not causing the Pi to restart or throttle.

@RenskeB
Copy link
Author

RenskeB commented May 26, 2020

@jimprince @Mrnt

Thanks for your replies! Debugging was on, also for FlashForge, I can post them later (It is just repeatedly trying to write the same command to the Dremel? Not sure if I'm understandigthe logfiles correctly.), but I think @jimprince provided me with the correct solution already. When a file (with the same name?) already exists on the Dremel, it will not start (upload) the print (unfortunately I cannot check this, it doesn't show me the contents of the 'SD', but of course I can add time&date to the filename to solve this).

I know this has nothing to do with the Plugin, but maybe, could you drop me a hint for Cura? It is giving me a headache. I've installed the Dremel as a FFF printer and sending a file using the plugin works just fine (when I take above into account). However, it refuses to wait until the printhead reaches the correct temperature. I know (sorry!) this question shouldn't be here, but maybe you have a nice and quick solution for this. If not, that is, of course, no problem, I can print by saving and uploading the file and that works just fine. Very happy with the plugin! Thank you so much!!!!

@RenskeB
Copy link
Author

RenskeB commented May 26, 2020

@RenskeB as @jimprince suggested (thanks Brad) capturing a log of the plugin with debugging turned on and uploading it as a zip would be very helpful.
A couple of thoughts/questions:

Are you using a Raspberry Pi if so what model?
Make sure you do not have something else connected to the printer at the same time, eg Dremel Digilab or Dremel Print Cloud connected via WiFi.
Make sure the usb connection between your Raspberry Pi is good (cable, plugged in properly, etc)
Make sure the Raspberry Pi power source is adequate and not causing the Pi to restart or throttle.

It's a Pi3, model B, cables & power source have been fine for about a year for the Prusa. Nothing else connected, no SD inserted (plugin uses the Dremel's storage). The only tricky thing I can think of is that I'm running two instances of octopi (I know, no support), but that seems to work fine (with fresh file names).

@Mrnt
Copy link
Owner

Mrnt commented May 27, 2020

@RenskeB OK sounds like you may have found the problem with the uploads (the -9 is a new error to me) thanks to @jimprince.

Regarding the heating issue, there are a two temperature wait commands - one for the extruders and one for the bed which may help if you set them up in the end of the "begin" G-Code block in Cura - see the Wiki.

@Mrnt
Copy link
Owner

Mrnt commented Oct 2, 2020

@RenskeB is uploading to the SD card directly or from Cura working OK for you now? Can we close this?

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

3 participants