Replies: 8 comments 24 replies
-
Hehe yes, this is a common request, so much so that I re-installed OS last week. Still can't stand the UI, but it is what it is. I just converted my bundles, please find the print settings attached. For some reason the |
Beta Was this translation helpful? Give feedback.
-
I modified the script to completely automate the conversion and generate a single orcaslicer config bundle that can be imported. With this change, you can generate files using this command, without even installing OrcaSlicer. It does need an additional input file printer_models_map.json but it is simple static name mapping.
This should produce a single I haven't yet tracked down the weird speed difference between SuperSlicer file vs. PrusaSlicer file, but both work fine. I'll chase that down later. |
Beta Was this translation helpful? Give feedback.
-
$ perl superslicer_to_orca.pl --input PrusaSlicer_config_bundle-2.9.1.ini --nozzle-size 0.4 --compatible_printers_condition KEEP --skip-link-system-printer --printer-models-json printer_models_map.json --output-config-bundle OrcaSlicer_converted_from_PrusaSlicer_config_bundle-2.9.1.orca_printer
Can't read printer_models_map.json: No such file or directory at superslicer_to_orca.pl line 201.
Error in command-line arguments. It's seems that Do you have a |
Beta Was this translation helpful? Give feedback.
-
I went ahead and generated a new bundle using the latest PS bundle, 2.92, that I uploaded a couple of days ago. I did make several changes, however, I think these bundles have translated quite well, so they're good to go on this repo. Are you still tweaking settings? If not, then please create a PR containing a bundle created from the PS-2.9.2 bundle and get your contributor badge. Please name the bundle |
Beta Was this translation helpful? Give feedback.
-
Merged, thanks! I'm curious btw, are you able to export bundles directly from OS? For me it goes a bit wonky when I try to do that. Shouldn't be an issue, I'll just have to bundle things manually. |
Beta Was this translation helpful? Give feedback.
-
I just tried your latest renamed uploads and I only see a 17mm3 process file, not the 15mm3 process file. |
Beta Was this translation helpful? Give feedback.
-
After seeing the pictures you posted, I now remember that there are many more settings at play than just Fortunately, I backed up my config folder before the drop: OrcaSlicer.tar.gz; Will reincorporate 15mm3 profiles when I get back from my trip. BTW just in case you didn't know, when using appimages, if you create a folder with xxx.appimage.home in the same folder as the appimage, it will put the settings for that appimage in that home folder. I only mention this because you're playing with multiple sets of settings right now, helps to keep them separate from settings that are important. Not sure how things work on Windows though. # In this example the 2 identical AppImages have different filenames, and each will have their settings stored in their own home folders
➜ tree ~/Applications/
/home/bassam/Applications/
├── OS.AppImage
├── OS.AppImage.home ;folder
├── OS-repo.AppImage
└── OS-repo.AppImage.home ;folder |
Beta Was this translation helpful? Give feedback.
-
OrcaSlicer_Linux_AppImage_Ubuntu2404_V2.3.0_dev.AppImage.home.tar.gz Created 15mm3/s speed profiles (you'll find them within the tarball, the appimage home directory), everything should be as is. But when I export the bundles, the 15mm3/s doesn't get exported as is. The OS quirks are quite annoying. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently Klipperized my SV06 -- thanks for such a great guide!
I know, based on other posts, you don't use Orca slicer, but a LOT of other people are big fans of it and I also prefer to use it.
I used https://github.com/theophile/SuperSlicer_to_Orca_scripts project to convert your Superslicer profiles into orca slicer equivalent. They did have some bugs due to slicer variable differences, and I had to manually fix up the start-gcode & output filename template. I also see a minor warning, which I'm digging into, but it's harmless.
The profiles have been working quite well, and I'm happily printing.
What are your thoughts on adding these OrcaSlicer profiles to the repo - I can clean them up and open a PR ?
Also, I'm considering opening a PR on Orca Slicer github repo itself to make profiles available by default. Of course, only if Orca Slicer is willing to accept it. Are there any licensing constraints I should keep in mind, since I just derived from your repo?
Beta Was this translation helpful? Give feedback.
All reactions