Running FreeCAD from Command Line: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with " freecadcmd truss_compiler_with_roof_and_gutter_corrected.py That should work because your machine has: /usr/bin/freecad /usr/bin/freecadcmd (marcin@marcin-B450-AORUS-M:~/Desktop/Gutter$ which freecad which freecadcmd which FreeCAD which FreeCADCmd /usr/bin/freecad /usr/bin/freecadcmd)")
 
No edit summary
 
Line 1: Line 1:
=May 1, 2026=
Working command:
freecadcmd -c "exec(open('gutter_compiler.py').read())"
=April 18, 2026=


freecadcmd truss_compiler_with_roof_and_gutter_corrected.py
freecadcmd truss_compiler_with_roof_and_gutter_corrected.py

Latest revision as of 18:58, 1 May 2026

May 1, 2026

Working command:

freecadcmd -c "exec(open('gutter_compiler.py').read())"


April 18, 2026

freecadcmd truss_compiler_with_roof_and_gutter_corrected.py

That should work because your machine has:

/usr/bin/freecad

/usr/bin/freecadcmd

(marcin@marcin-B450-AORUS-M:~/Desktop/Gutter$ which freecad which freecadcmd which FreeCAD which FreeCADCmd /usr/bin/freecad /usr/bin/freecadcmd)