-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
Add support for 'png begin' and 'png end' #888
base: master
Are you sure you want to change the base?
Conversation
Hi. Moonraker supports the standard thumbnail format generated by PrusaSlicer and its derivatives. These thumbnails are already PNGs. It sounds like the software driving the display is deviating from the standard and should be corrected to use the normal thumbnail identifier for PNGs. Further, Creality is not in compliance with Moonraker's GPLv3 license, along with other software in the Klipper ecosystem including Klipper itself. Until they correct this, my policy to to avoid adding support specific for Creality hardware and/or software to Moonraker. |
Yeah, I completely understand where you're coming from with this, if Creality aren't following the standard and are non GPLv3 compliant, it seems reasonable to not support them. That said, it sounds like in principle you're happy to follow the standard, but I'm having trouble finding out what that actually is here...
Do you happen to know if this standard is documented somewhere? If it's just "What slicers support" then: It kind of depends if your view is "as the majority of slicers don't support this, we wont" or "no matter how many slicers support this, we're not supporting it until Creality are GPLv3 compliant" |
Kind of unrelated to this MR, but as it's come up... Do you have a statement/document somewhere about how Creality is not in compliance with Moonraker's GPLv3? I don't know the details (which is why I'm asking) but a cursory look shows that Creality does have a bunch of code published with GPLv3 licences. |
I'm unaware of a "documented" standard, there is no RFC for it or anything. Prusa introduced this method of inlining thumbnails in gcode. As such, its reasonable to consider their method the defacto standard as the other implementations are derived from it.
Moonraker's source for the K1 is nowhere to be found on Creality's GitHub. There is some old source for the Sonic Pad, however no source for the latest release on Jan 24 2024 has been supplied. They have released some source for Klipper, however it is not the complete source. For example, there is no source for the Creality has a history of infringing on the GPL for multiple projects going back to Marlin. For the purposes of adding any kind of specific support for Creality software/hardware in this repo the burden is on them to prove they are in compliance. They will need to comply with the licensing for every project in the Klipper ecosystem and do so over a significant period of time to show that they will remain in compliance. |
Thanks for this, appreciate the details. I'm happy to close if you want, I can re-open if/when Prusaslicer chooses to add support for this. |
I have an Ender3 V3 KE, with testing I've found that the display will show thumbnails if the text "png begin" is used, but NOT if the text "thumbnail begin" is used.
I've changed my slicer to use "png begin" but now moonraker can't detect the images...
Can we add support for both specification of png thumbnails?