What version of Cura is doing this? Does it happen continuously while using Cura, or only when opening an Open/Save dialog?
Do you use the "offline files" functionality in Windows?
- 1
What version of Cura is doing this? Does it happen continuously while using Cura, or only when opening an Open/Save dialog?
Do you use the "offline files" functionality in Windows?
As i never heard of the Windows\CSC combi before (and I'm pretty sure that this isn't something that we hardcoded), i just googled this. So yeah, ahoeben seems to be onto something, as it's about the offline files functionality from windows itself.
As i never heard of the Windows\CSC combi before
Yes, it's offline files and I've turned it off. Still, Cura beats on a network mapped drive I have every 5 seconds. Note in the image:
I did figure it out with help of some folks. It's the "Removable Drive Output Device Plugin". https://github.com/Ultimaker/Cura/blob/3.1/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py#L50
The implementation has some issues:
It is looping through removable drives. We use pretty much the same code as the SO question.
Recommended Posts
SandervG 1,521
Link to post
Share on other sites