In the past, uploaded binary gcode was converted to normal gcode by SimplyPrint.
Currently this is not the case anymore, but i have seen the issue that Octoprint Printers are rejecting binary gcode. Is there the possibility to have this feature (maybe as optional) available again?
Hi @Tobias, we pushed an update tweaking the logic here, but do let me know if it captures your exact case.
Originally we checked a certain subset of firmware versions to determine if a printer could print BGCode, and had this fallback, as normally people without bgcode capable printers (like using octoprint) would slice, without bgcode enabled.
But we do understand that since it is the default setting in PrusaSlicer, it is a real pain to deal with.
Now, if you have 0 printers that support bgcode, meaning:
Which would be most people, we convert all bgcode to gcode on upload. But let me know how it works :)
it’s perfectly working, thanks a lot! :)