-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upload of bgcode fails with utf-8 error #3
Comments
Does it happen with Slicer Estimator and Print Time Genius plugin's disabled? |
So Slicer Estimator is the culprit. |
You might need to cross post an issue over there too. |
Hi. I am the maintainer of SlicerEstimator...I am not using Prusa and did not find many about the format with a short Google Search...so perhaps you can help out:
Could somebody provide examples? As other plugins shows problems could this the same problem? Cheers |
I think I may have figured it out NilsRo. Because we are both using file preprocessors I think yours is trying to run first on a binary file. I'm about to test a change to this plugin to verify that is the case. If so then we'll be able to close both these tickets. |
I can tell something about the new format. It is kind of a binary representation of the classic ASCII format. You can convert files both ways without loss and the basic idea of Prusa ist to optimize file size and with that speed for network uploads and such. With the release of Prusaslicer 2.7 (just last week) they set bgcode as default format for the mk4, mini and xl. EDIT: I was writing this when @jneilliii already replied. So ignore this. |
Yeah, I think that did it. I'm going to release version 0.2.0 now and once upgrade @oxivanisher it should work. You may need to do a force refresh in software update plugin settings to bypass the daily cache. |
That did the trick. thanks! |
First: I love that you take on this plugin!
I installed it via the URL/master.zip (commit bbaf68a) in my octopi installation and the setup itself ran without any problem. Sure, it took some time but this is expected since the lib has to be built. But when I try to upload my .bgcode, I get a error:
My setup:
I tested this with several .bgcode files (PrusaSlicer 2.7.0) and all fail the same way. Here is the simplest one:
Shape-Box_0.6n_0.25mm_PLA_MK4_26m.zip
If I am early with testing please let me know, my aim is to support you, not to get on your nerves. ;)
The text was updated successfully, but these errors were encountered: