As expected, you can pass a project file as the first argument to freecad:
Native:freecad ~/Project/MyPart.FCStdwith AppImage:~/Download/FreeCAD*.AppImage ~/Project/MyPart.FCStd
However, when your project is stored "as directory", passing a project directory to freecad fails:.
~/Download/FreeCAD*.AppImage ~/Project/MyPart
Passing the projects Document.xml fails too:
~/Download/FreeCAD*.AppImage ~/Project/MyPart/Document.xml
Anything else?
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Is there an existing issue for this?
Version
0.21 (Develop)
Full version info
Subproject(s) affected?
None
Problem description
As expected, you can pass a project file as the first argument to freecad: Native:
freecad ~/Project/MyPart.FCStd
with AppImage:~/Download/FreeCAD*.AppImage ~/Project/MyPart.FCStd
FYI Here's the freecad docs page
However, when your project is stored "as directory", passing a project directory to freecad fails:.
~/Download/FreeCAD*.AppImage ~/Project/MyPart
Passing the projectsDocument.xml
fails too:~/Download/FreeCAD*.AppImage ~/Project/MyPart/Document.xml
Anything else?
No response
Code of Conduct