-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unable to Eject after saving with 'Bigtree3D to Removable Drive' #12
Comments
I concur - I see the same thing. |
Yes, I have found the problem, which is not caused by file occupation. I am working on the problem, and I will update the plug-in again and inform you after the problem is solved. |
@bigtreetech Is there any update on this topic yet? thanks in advance |
Sorry, guys; I fixed the problem in the last update, but I forgot to notify everyone, so you can use the new version instead. |
Oh thanks. |
@bigtreetech |
I also can't find that updated version. |
@bigtreetech thanks in advance |
@discip, try this, it works for me |
@radek8 kind regards |
Doesn't work for me either under Cura 4.9.0. |
I have Windows10 and Ultimaker Cura 4.9.1 and it works well. |
Yes I did. |
OK - it's working for me now. I think I must have been doing something wrong earlier. Cura 4.9.0 |
@bigtreetech |
Well @radek8 what did you actually change in the code than? Because I can't find the issue. By the way, I was adjusting the code and if you would like to save the gcode as the remaining time between brackets instead of "[Bigtree]" followed by ".gcode", change the following line (with notepad++ for example) (line 358 but depends on version): bigtree3dfile = os.path.splitext(gfile)[0]+"[Bigtree].gcode" by bigtree3dfile = os.path.splitext(gfile)[0]+"["+str(Application.getInstance().getPrintInformation().currentPrintTime.days)+""+str(Application.getInstance().getPrintInformation().currentPrintTime.hours)+""+str(Application.getInstance().getPrintInformation().currentPrintTime.minutes)+"].gcode" |
Whenever I use this plugin to save the gcode to file, I can't use the Eject function to close the drive access before removal. This works fine when I save to drive without the Bigtree3D plugin.
It looks like something plugin related is keeping the file open
The text was updated successfully, but these errors were encountered: