From b644e6e416b386ace474eeecbdb151227073c78e Mon Sep 17 00:00:00 2001 From: Tomasz Osikowski Date: Wed, 23 Oct 2024 14:13:08 +0200 Subject: [PATCH] Update README.md Add MacOs path and command --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c8288..ab44bd2 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,18 @@ the `filename.template` template. ## Run +### Ubuntu SuperSlicer ```sh ./spoolman2slicer.py -U -d ~/.config/SuperSlicer/filament/ ``` -or +### Ubuntu OrcaSlicer ```sh ./spoolman2slicer.py -s orcaslicer -U -d ~/.config/OrcaSlicer/user/default/filament/ ``` +### MacOs OrcaSlicer +```sh +./spoolman2slicer.py -s orcaslicer -U -d ~/Library/Application\ Support/OrcaSlicer/user/default/filament +``` + See the other options above.