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

[FR] Option to select a specific PS Release #3

Open
P-C-R opened this issue Feb 6, 2022 · 5 comments
Open

[FR] Option to select a specific PS Release #3

P-C-R opened this issue Feb 6, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@P-C-R
Copy link

P-C-R commented Feb 6, 2022

Right now it's using the latest on the release page.
As the time of the writing 2.4.1 beta 1

Would be nice to select at least between stable and beta

For me beta is fine ;) and i always opt for it.

On another note

A super slicer docker would be nice too for all the voron user out there.

@helfrichmichael
Copy link
Owner

For the latter part of this request, I've got a superslicer-novnc container nearly working (https://github.com/helfrichmichael/superslicer-novnc)!

supermerill/SuperSlicer#2323 is open due to a weird behavior on launch that's causing repetitive crashing. Nothing stands out in the logs, but I'm assuming it's a missing GTK dependency, just not sure what.

@helfrichmichael
Copy link
Owner

helfrichmichael commented Feb 11, 2022

Update to my last comment, @P-C-R . I've successfully built a Superslicer Docker :).

https://github.com/helfrichmichael/superslicer-novnc you can give it a whirl and let me know what you think.

Next task will be allowing beta/stable selection for the Prusaslicer offering.

@helfrichmichael helfrichmichael added the enhancement New feature or request label Feb 11, 2022
@Tuncay-Ayhan
Copy link

Update to my last comment, @P-C-R . I've successfully built a Superslicer Docker :).

https://github.com/helfrichmichael/superslicer-novnc you can give it a whirl and let me know what you think.

Next task will be allowing beta/stable selection for the Prusaslicer offering.

How is the progress going? What is the correct way to just define a prerelease (url) in the Dockerfile instead of polling the latest release.?

@helfrichmichael
Copy link
Owner

Update to my last comment, @P-C-R . I've successfully built a Superslicer Docker :).
https://github.com/helfrichmichael/superslicer-novnc you can give it a whirl and let me know what you think.
Next task will be allowing beta/stable selection for the Prusaslicer offering.

How is the progress going? What is the correct way to just define a prerelease (url) in the Dockerfile instead of polling the latest release.?

Ideally I'll just keep rolling builds out as Prusa rolls PrusaSlicer out since if a build is bad, you could always fall back to a previous known working version (in theory).

If this seems to become a problem, I am certainly opening to generating a separate Docker container for the pre-release offerings, etc.

@Tuncay-Ayhan
Copy link

Tuncay-Ayhan commented Jul 1, 2023

Update to my last comment, @P-C-R . I've successfully built a Superslicer Docker :).
https://github.com/helfrichmichael/superslicer-novnc you can give it a whirl and let me know what you think.
Next task will be allowing beta/stable selection for the Prusaslicer offering.

How is the progress going? What is the correct way to just define a prerelease (url) in the Dockerfile instead of polling the latest release.?

Ideally I'll just keep rolling builds out as Prusa rolls PrusaSlicer out since if a build is bad, you could always fall back to a previous known working version (in theory).

If this seems to become a problem, I am certainly opening to generating a separate Docker container for the pre-release offerings, etc.

Wouldn't be possible to use an environment variable to choose the version?

example docker-compose.yml (partly)

environment:
     - VERSION=version_2.6.0-alpha6

but the default should be the latest stable release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants