theophile / SuperSlicer_to_Orca_scripts

Script(s) to convert SuperSlicer data for use in Orca Slicer
GNU General Public License v3.0
209 stars 12 forks source link

OrcaSlicer import configs doesn't recognize converted json files #5

Open theophile opened 1 year ago

theophile commented 1 year ago
          Okay, I tested your [Orca+AccControlZero - 0.20 mm NORMAL (0.4 mm nozzle) @CREALITY.ini.txt](https://github.com/theophile/SuperSlicer_to_Orca_scripts/files/12254896/Orca%2BAccControlZero.-.0.20.mm.NORMAL.0.4.mm.nozzle.%40CREALITY.ini.txt) profile. It converted without issue and I set the output directory to `C:\Users\%USERNAME%\AppData\Roaming\OrcaSlicer\user\default\process\`

The print profile wasn't available when I started OrcaSlicer though. Eventually I realized that the reason was the compatible_printers parameter, since my printer isn't named the same thing as what the filter was expecting. I changed that line in the .json to "compatible_printers" : "",, and when I restarted OrcaSlicer, the print profile was there and accessible. FWIW, even though the .json file works and OrcaSlicer can use it, it still reports that it cannot import it if I try to use that option. I'll have to look into that.

_Originally posted by @theophile in https://github.com/theophile/SuperSlicer_to_Orca_scripts/issues/1#issuecomment-1664681595_