30350n / pcb2blender

KiCad to Blender 3D model workflow
GNU General Public License v3.0
546 stars 12 forks source link

Export error with the latest 2.7 release #35

Closed ojthetiny closed 1 year ago

ojthetiny commented 1 year ago

Updated my plugin to the new 2.7 version and now I can't export the file out of kicad, error message seems to be permission related despite running kicad as admin Screenshot 2023-10-08 140658

30350n commented 1 year ago

Hm, that is weird. For some reason you don't seem to have permission to delete the pcb2blender_tmp folder. Try deleting it manually from your file explorer (only the pcb2blender_tmp part, not the whole Local\Temp folder). That should fix it. You should never be required to have admin permissions to use the addon btw.

ojthetiny commented 1 year ago

yes, that did the trick, thank you