With the latest Cura (4.6.2 at the time of writing this), this is still a problem. I'd even say a serious one.
I left my Ender 3 powered on with the USB attached and didn't think much of it. While remote-controlling my computer from elsewhere, I started up Cura and did what I usually do when starting up a print by remote. But I saw that the printer wasn't responding any longer. Gave up at that moment.
Coming back home after a few hours, I noticed a weird siren-like noise from my hobby-room. Went in to check it and found the Ender 3 in a hanged state, emitting that noise from the stepper motor. I turned the printer off and back on again. Only to see it never booting up again. Long story short: The board was destroyed as it was extremely hot to the touch.
I had to buy a new mainboard for the printer. After some investigation I found the culprit being Cura.
Every time the USB is hooked up to the computer while Cura is loaded, the board hard-hangs and the stepper motors start emitting that weird siren-noise. If Cura isn't loaded, the USB connection works as intended. Other programs can use the USB connection just fine. It is only Cura that causes this destructive hard-hang.
This is with the BigTreeTech SKR mini e3 v2.0 board.
My warning to all BTT SKR board owners: Do *not* use Cura with USB hooked up. It *will* destroy the mainboard if left in that state for a long period.
EDIT:
!!!!WARNING!!!!
Your printer will catch fire!
I just tested triggering this bug during a print. The board hard-hangs so badly, all watchdogs and runaway protections are disabled. Heaters that are on when this hang triggers, will remain permanently on until something gives or burns. It didn't take long for the bed or the nozzle to go way out of the safe range. So once again, a big warning:
!!!THIS WILL CAUSE THE PRINTER TO CATCH FIRE IF LEFT IN THIS STATE!!!
Edited by SysGhost
Serious warnings added
Recommended Posts
Vector777 0
Hello,
I also have a Creality Ender 3.
With Cura v4.3.0 my new BIGTREETECH SKR mini E3 v1.2 card does not work.
A sound like siren, frozen screen and button that does not work anymore.
The same symptoms as in these videos here:
https://imgur.com/a/UU6Q9rb
I found these two solutions:
1) That given by Tjaart Bester in the comments of this video:
2) That given by martinways here:
https://3dtoday.ru/questions/skr-mini-e3-v12-zavisaet-pri-podklyuchenii-cura
Thank you to these two people.
Quite simply, you have to comment lines of the file AutoDetectBaudJob.py which is in the directory:
c : \ Program Files \ Ultimaker Cura 4.3 \ plugins \ USBPrinting \
Solution 1:
Line 33 # try:
Line 34 # programmer.connect (self._serial_port)
Line 35 # serial = programmer.leaveISP ()
Line 36 # except ispBase.IspError:
Line 37 # program.close ()
Solution 2:
Line 31 # program = Stk500v2 ()
Line 32 serial = None
Line 33 # try:
Line 34 # programmer.connect (self._serial_port)
Line 35 # serial = programmer.leaveISP ()
Line 36 # except ispBase.IspError:
Line 37 # program.close ()
These two solutions work, I can now use Cura v4.3.0 with the SKR mini E3 v1.2 card.
I hope this can help several makers.
Link to post
Share on other sites