DuetRFF Cura plugin Duet 3
-
@resam Hi Thomas,
first I have to admit that accidentally I was on the wrong branch when testing before. Now I am on the correct branch but still get an issue. I even get a Cura pop-up with a traceback:
Traceback (most recent call last): File "/home/manuel/.local/share/cura/4.5/plugins/DuetRRFPlugin/DuetRRFOutputDevice.py", line 201, in _check_duet3_sbc Logger.log("d", self._name_id + " | rr_connect failed with errorCode " + errorCode) TypeError: can only concatenate str (not "NetworkError") to str
There is no logging line containing
Cura-DuetRRFPlugin.DuetRRFOutputDevice
though. -
@wilriker thanks - almost an expected error.
I pushed another commit - please try again. -
@resam said in DuetRFF Cura plugin Duet 3:
@Gio @Danal if you could install the plugin manually and give it a test - and send me the Cura log output back - it would be much appreciated!
Been away for a bit, back now.
Will do.
-
@resam So upload works with latest commit now. Simulating fails with
Traceback (most recent call last): File "/home/manuel/.local/share/cura/4.5/plugins/DuetRRFPlugin/DuetRRFOutputDevice.py", line 216, in onUploadReady self._stream.seek(0) ValueError: I/O operation on closed file
I could not test printing right now (and won't be able to before tomorrow) but I guess if Simulate works, Start print will also work.
-
Big shout out to @wilriker for a quick live debugging session!
It looks like the Cura-DuetRRF plugin now should fully support Duet3+SBC printers.
I will keep the dedicated branch for a few more days - anyone who is interested in testing, please grab a copy of the plugin here: https://github.com/Kriechi/Cura-DuetRRFPlugin/archive/duet3-sbc-DuetSoftwareFramework.zipI plan to upload an updated plugin version into the Cura Marketplace on the weekend. Please let me know if you encounter any issues.