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

importing files takes really long without indication of it doing anything #18882

Open
DowneyX opened this issue Apr 12, 2024 · 7 comments
Open
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.

Comments

@DowneyX
Copy link

DowneyX commented Apr 12, 2024

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

@DowneyX DowneyX added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Apr 12, 2024
@DowneyX
Copy link
Author

DowneyX commented Apr 12, 2024

a work around for now is to disable the USB printing plugin

@nallath
Copy link
Member

nallath commented Apr 15, 2024

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

@olekolek1000
Copy link

Can confirm.

@Din0v
Copy link

Din0v commented Aug 30, 2024

wow, thanks that worked i am on version 5.8.1

@Jooosl
Copy link

Jooosl commented Sep 1, 2024

hey i don't have any usb printing plugin installed in the marketplace, is it installed by default?
still having the issue

@markwmuller
Copy link

hey i don't have any usb printing plugin installed in the marketplace, is it installed by default? still having the issue

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.

@TDB-ev
Copy link

TDB-ev commented Sep 28, 2024

hey i don't have any usb printing plugin installed in the marketplace, is it installed by default? still having the issue

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

8 participants
@markwmuller @nallath @TDB-ev @olekolek1000 @DowneyX @Jooosl @Din0v and others