-
Notifications
You must be signed in to change notification settings - Fork 25
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
macOS instructions #10
Comments
+1 to OSX instructions, it took me a minute to figure it out and I should really know what to do ;). Generic instruction could be as simple as Download release to ~/Downloads
FWIW, I didn't need to do the usual security theatre thing. |
Here's a command line option to fetch the newest release and install in SuperSlicer for macOS. I've added it as a function in zsh so I can quickly reinstall after updating SuperSlicer. It's a bit ugly as a single line command, but it gets the job done never the less.
|
I should also note that with newer releases of SuperSlicer I've had to amend the full path to the post processing command in "Print Settings > Output Options > Post-Processing Scripts" i.e. |
Somewhat related there also needs to be an ARM build for modern Apple machines, I've done a local build for it and it processes gcodes a lot faster - see #19 (comment) |
On macOS, you'll probably have to
chmod +x preprocess_cancellation
And (with SuperSlicer, anyway) specify a path to the file. If you put the command in same directory as SuperSlicer, then
./preprocess_cancellation;
works fine.And because the executable isn't notarized, you'll have to go into your Security & Privacy panel of System Preferences to allow it to "run anyway."
I recommend just running it from the command line initially until you're able to bypass all of the protective nonsense that macOS imposes.
(As a side note, how do I just run the .py from the shell? I'm not hip to the Python ecosystem, and just running the script fails.)
The text was updated successfully, but these errors were encountered: