Skip to content
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

OrcaSlicer Build #2660

Closed
4 tasks done
AnotherSamWithADream opened this issue Oct 11, 2024 · 2 comments
Closed
4 tasks done

OrcaSlicer Build #2660

AnotherSamWithADream opened this issue Oct 11, 2024 · 2 comments

Comments

@AnotherSamWithADream
Copy link

What is the name of the app?

OrcaSlicer

Where is the app hosted?

Must be built for the Raspberry Pi. Source code is available on GitHub.

About the app

The app is a 3D printer G-Code slicer program. I know @Botspot was asking about a build for it, and I finally found a viable build method that works and it doesn't have the problem with the webview. You can build OrcaSlicer through the docker build method. Look at this pull request: OrcaSlicer Pull Request 6552. If you look at the README from my fork and the pull request there are build instructions. If there are any more questions, you can just reply to the issue (of course).

Confirmations

Copy link
Contributor

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

@theofficialgman
Copy link
Collaborator

theofficialgman commented Oct 14, 2024

The linked PR does not change anything. It is simply a docker container of Ubuntu 22.04. A container like that is way way too much overhead (in terms of storage) for any single application except if you want a reproducible build for use in development on any machine. It also adds a lot of complications to the users system (installation of docker almost always through a 3rd party repo, addition of a docker user, proper docker permissions, desktop integration, etc).

Please contribute upstream to the implementation and/or maintenance to one of the accepted desktop software distribution models (appimage, flatpak, deb, binary tarfile). Note that whichever one is chosen will need to be able to run on all our supported systems https://pi-apps.io/install/#supported-systems: for inclusion in pi-apps (which is why for complex software that might need newer dependencies than available in all our supported distros flatpak is usually the easiest and most maintainable choice). I'm happy to re-open when that has been completed.

@theofficialgman theofficialgman closed this as not planned Won't fix, can't repro, duplicate, stale Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants