Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Installation

Open FreeCAD and the Python console (View > Panels > Python console). In the pytohn console:

import os import sys import subprocess from pathlib import Path

os.chdir('<freecad-build-instruction-generator directory') subprocess.check_call([(Path(sys.executable) / "../python").resolve() , "-m", "pip", "install", "."])

To check if this is installed correctly. The following should work:

from freecad_build_instruction_generator import instruction_generator as gen

Creating Instructions

TODO

Developing this Module

When developing this module you need to reload the module in FreeCAD after re-installation:

import importlib importlib.reload(gen)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages