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

Unable to Eject after saving with 'Bigtree3D to Removable Drive' #12

Open
hapklaar opened this issue May 10, 2021 · 16 comments
Open

Unable to Eject after saving with 'Bigtree3D to Removable Drive' #12

hapklaar opened this issue May 10, 2021 · 16 comments

Comments

@hapklaar
Copy link

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

image

@Wombat37
Copy link

I concur - I see the same thing.

@bigtreetech
Copy link
Owner

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.

@discip
Copy link

discip commented May 28, 2021

@bigtreetech
Still same problem here.

Is there any update on this topic yet?

thanks in advance

@bigtreetech
Copy link
Owner

Sorry, guys; I fixed the problem in the last update, but I forgot to notify everyone, so you can use the new version instead.

@discip
Copy link

discip commented Jun 22, 2021

Oh thanks.
Will try this later and report accordingly.

@discip
Copy link

discip commented Jun 23, 2021

@bigtreetech
Good evening sir,
what new version you are referring to?
Because the latest commit of the master branch does still not work! 😩

@gitmacer
Copy link

Sorry, guys; I fixed the problem in the last update, but I forgot to notify everyone, so you can use the new version instead.

I also can't find that updated version.

@discip
Copy link

discip commented Jul 7, 2021

@bigtreetech
Would be nice, if you could take a stand on the 'update' you mentioned above.

thanks in advance
regards

@radek8
Copy link

radek8 commented Jul 25, 2021

@discip, try this, it works for me
Bigtree3DPlugin.zip

@discip
Copy link

discip commented Jul 25, 2021

@radek8
First of all: Thank you!
But unfortunately this does not work for me. 😩🤷‍♂️

kind regards

@Wombat37
Copy link

Doesn't work for me either under Cura 4.9.0.

@radek8
Copy link

radek8 commented Jul 26, 2021

I have Windows10 and Ultimaker Cura 4.9.1 and it works well.
The plugin also worked in older versions of Cura.
Did you copy the "Bigree3DPlugin" folder to the "plugins" folder?

@discip
Copy link

discip commented Jul 26, 2021

Yes I did.
Win 10
Cura 4.10.0

@Wombat37
Copy link

OK - it's working for me now. I think I must have been doing something wrong earlier.

Cura 4.9.0
Windows 10

@discip
Copy link

discip commented Aug 15, 2021

@bigtreetech
Are there any updates available by now?
I even tried it while all plugins were disabled. Without any success!

@tttttim5
Copy link

tttttim5 commented Sep 9, 2021

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants