-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
importing files takes really long without indication of it doing anything #18882
Comments
a work around for now is to disable the USB printing plugin |
Oh wow, that is a lot of usb ports that it's trying to poll. If you don't want usb printing, the workaround is indeed to disable the usbprinting plugin |
Can confirm. |
wow, thanks that worked i am on version 5.8.1 |
hey i don't have any usb printing plugin installed in the marketplace, is it installed by default? |
I was also confused, but here's how to disable: Open Cura, click "Marketplace" top right; in new window click gear icon top right; scroll down a lot (about 1/3 of the scroll bar) and disable "USB Printing". It is (I think) a default extension. |
This works for me, thanks! (Ubuntu 22.04.5 LTS, Cura 5.8.1 with "USB printing 1.0.2") |
Cura Version
5.7
Operating System
arch linux
Printer
ender 3 v2 neo
Reproduction steps
1: open cura.
2: click on folder icon
3: select stl
Actual results
there is no prompt telling me that it is working on importing my model. it takes a full 3 minutes to load a simple STL file.
Expected results
it should prompt me that it is importing my file.
it should also take less than 5 seconds to import a simple STL file
Add your .zip and screenshots here ⬇️
looking at the logs it seems that the issue stems from the USBPrinting.AutoDetectBaudJob job. it is trying to establish serial connections with all my tty ports (and failing). after this process is done it imports my STL file.
stderr.log
The text was updated successfully, but these errors were encountered: