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

Standalone script 2.0 #13

Open
Sol1tas opened this issue Nov 20, 2024 · 1 comment
Open

Standalone script 2.0 #13

Sol1tas opened this issue Nov 20, 2024 · 1 comment

Comments

@Sol1tas
Copy link

Sol1tas commented Nov 20, 2024

For a pythonless folks out there (and my boomer collegues) can you make an .exe version of the script, so it can be ctrl-v'ed to a disk and run without python or cmd involved, with only a path to .exe added at prusa postprocessing?

There is such an .exe for the preview gcode, and it saved A LOT of my staff from being braindead at the scaaary world of programming

For the sake of casual folks and greater end-user experience

@LexxM3
Copy link

LexxM3 commented Jan 29, 2025

Getting something like that from a 3rd party is risky as you'll have no idea what someone has added to it; hence I won't post a link to an .exe. But until the dev does that themselves as a part of a release (or if they never do that, or if you don't want to have to trust them even then), you can take a look at https://pypi.org/project/auto-py-to-exe/ to generate an .exe for your colleagues yourself -- should just need one very slightly Python-savvy member to set this up for your team without such 3rd party risks.

Just tested it and seems to work well and was easy to convert. Resulting .exe is around 7MB. One note: executable upper/lower case matters. This is worth it for me as well to simplify the script trigger in Orca and avoiding the need for the complicated username-based Python path specification (it's just "c:\bin\fuzzyficator\Fuzzificator.exe" -run 1; for me now).

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

No branches or pull requests

2 participants