-
Notifications
You must be signed in to change notification settings - Fork 16
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
Updating to Cura 4.7 broke something #40
Comments
The These version upgrades don't touch I have no idea how the metadata got reset. Cura reads in all entries from this header and stores them in memory. And then saves those same entries again if something changes in the printer (e.g. a different name). They are not erased, not even by a version upgrade. One thing that could have happened maybe was that 4.7.0 had a bug in it that it would not interpret This plug-in simply reads One thing I could try is to see if there's any difference between Cura 4.6 and 4.7 if the g-code is the same. What you could do yourself is to try loading up a g-code saved with Cura 4.6, and re-saving that in Cura to an X3G file. Try printing that. If that fails too it's almost certainly something wrong here in this plug-in. But if the g-code from 4.6 succeeds even though it got converted to X3G in 4.7, then the problem with that the printer doesn't print could just be something that changed with Cura itself, or the start g-code or something. |
Just opened my STL in 4.6 and exported both G-code and X3G.
Importing my STL in 4.7 and exporting X3G also does not print. |
Just tried exporting G-code with 4.7 and then using an external tool, GPX to convert it to X3G. GPX output below. I think the M92 errors can be ignored...I've always had an M92 command in my startup G-code and Makerbot doesn't support this. Hasn't caused any issues
|
I've been using Cura 4.6 on Windows 10 with X3Gwriter for printing with my Replicator 2.
To get it working, I had to edit the machine instance config [metadata] section by adding 'machine_x3g_variant = r2'
After upgrading to 4.7, this line was stripped from my config files, causing all my new X3Gs to not even be selectable on the printer. After adding this line back in, it allows me to press print, but it heats up and nothing happens.
Any ideas what's wrong? Here's my current config file:
I also noticed that 'setting_version' changed from 13 to 15, but I'm not sure if that makes a difference.
The text was updated successfully, but these errors were encountered: