Mrnt / OctoPrint-FlashForge

OctoPrint plugin to support closed source printers from FlashForge, PowerSpec, Dremel
GNU General Public License v3.0
87 stars 12 forks source link

Various errors when trying to print / connect #62

Closed zenixnet closed 3 years ago

zenixnet commented 3 years ago

Started having this issue today. I've rebooted everything so many times.

The most common errors are:

Offline (Error: No more candidates to test, and no working port/baudrate combination detected.)

There was an error while trying to start a print job. Error: Unable to upload to SD card - printer is busy.

Offline (Error: FlashForgeError: 'USB Error readraw() (LIBUSB_ERROR_PIPE [-9])' @ comm.py:_readline:2916)

State: Offline (Error: FlashForgeError: 'USB Error write() (LIBUSB_ERROR_TIMEOUT [-7])' @ comm.py:_do_send_without_checksum:3593)

I turned the debug on for the plugin, cleared my logs, and started again. Here are all my logs: Logs.zip

Also when I try and update to the latest 0.2.26 version it says it updated successfully but when I reboot it didn't install.

Mrnt commented 3 years ago

Sorry - just noticed I made a typo in the release number which is why it never seemed to actually update to the latest release.

However, that does not explain the errors you are seeing.

Looking through the log I spotted:

CMD M28 Received. | out of space | ok | 

It looks like the SD card may be full? After uploading to file to the printer, the printer starts responding with endless unknown command: "" messages presumably because it tried to open a file that was partially uploaded - not really sure.

Try making some space on the printer SD card by deleting some files using the printer's touch screen and see if that resolves the problem. Unfortunately there is no way to list and delete files on the printer's SD card via the USB port using OctoPrint - the firmware just does not seem to support it.

zenixnet commented 3 years ago

I still had more than half space available for the built in storage, and my sd card only had a few files. Deleted a few files from the internal and formatted the SD and haven't had an issue yet.

Mrnt commented 3 years ago

@zenixnet if it is working for you can we close this issue now?

zenixnet commented 3 years ago

Opps, my bad