theophile / SuperSlicer_to_Orca_scripts

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

Can't call method "subdir" on an undefined value at superslicer_to_orca.pl line 1263. #23

Closed diegomtnz closed 9 months ago

diegomtnz commented 9 months ago

I use windows PrusaSlicer 2.7.1 OrcaSlicer 1.8.1

`C:\myperl>perl superslicer_to_orca.pl --input C:\Users\Diego\AppData\Roaming\PrusaSlicer\printer*.ini --outdir C:\Users\%USERNAME%\AppData\Roaming\OrcaSlicer\ --on-existing skip

theophile commented 9 months ago

Thanks for noting this. I pushed a commit that should fix this. Please git pull and give it another try. Let me know if you still encounter this issue.

blackICE19240 commented 9 months ago

That solved the problem for me. Thank you.