Skip to content

Export 3d model tries to write into root directory / #175

@VK2BEA

Description

@VK2BEA

I've probably failed to initialize something in the preferences but recently I've been unable to export 3D (wml or step) because the 'Export 3D model' command tries to write in the root directory.
How do I define where to write the model? (It doesn't ask at the time of execution)

This is using the nightly FeeCAD 0.21.0 (KiCadStepUp 10.19.4)

Running the Python command 'ksuToolsExportModel' failed:
Traceback (most recent call last):
  File "/home/michael/.local/share/FreeCAD/Mod/kicadStepUpMod/./kicadStepUpCMD.py", line 1266, in Activated
    routineScaleVRML()
  File "/home/michael/.local/share/FreeCAD/Mod/kicadStepUpMod/./kicadStepUptools.py", line 7412, in routineScaleVRML
    lbl=go_export(fullFilePathName)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/michael/.local/share/FreeCAD/Mod/kicadStepUpMod/./kicadStepUptools.py", line 2684, in go_export
    export(objs, fPathName, 0.3937, lbl)
  File "/home/michael/.local/share/FreeCAD/Mod/kicadStepUpMod/./kicadStepUptools.py", line 2345, in export
    exportVRMLmaterials(meshes, filename)
  File "/home/michael/.local/share/FreeCAD/Mod/kicadStepUpMod/./kicadStepUptools.py", line 2041, in exportVRMLmaterials
    with builtin.open(fpath, 'w') as f: #py3
         ^^^^^^^^^^^^^^^^^^^^^^^^

[Errno 13] Permission denied: '/Molex-1625.IC260A001.wrl'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions