davidk / PrusaSlicer-ARM.AppImage

PrusaSlicer packaged in a ARM AppImage. Pre-built AppImages located within releases.
https://github.com/davidk/PrusaSlicer-ARM.AppImage/releases
MIT License
58 stars 10 forks source link

No GUI build #32

Closed andiwinter closed 6 months ago

andiwinter commented 6 months ago

Describe the feature and if there are any other alternatives (if applicable) It would be nice to have also a no GUI build if you want to use the slicing feature only

Does this feature resolve a problem? You would be able to slice files also if your embedded system has no display at all

Additional context (screenshots, diagrams, links to external documentation etc) https://github.com/prusa3d/PrusaSlicer/issues/7521 should explain how it can be done. I tried to compile it on my Raspberry Pi 3 with 32-bit Bullseye installed, but the compilation process always got stuck.

davidk commented 6 months ago

Hi there, PrusaSlicer (and this 3rd party AppImage) ships with the ability to use no GUI, but it is not primarily supported upstream as the linked issue shows. While I've used this functionality in the past for experiments, I think it would be best to stay as close to upstream offerings as possible, continuing to offer both the combined GUI+CLI in one.

If it helps, this shows the current AppImage with the CLI being used for slicing, along with the gcodeviewer showing the result:

prusaslicer-no-gui

andiwinter commented 6 months ago

Thanks for the clarification, I didn't expect that it's a combined image executing either CLI or GUI depending on the parameters called with.