The FabEngine SDK is a Python class library that you can download for debugging FabEngine Scripts on your local machine. The SDK replicates the structure of the library running on the FabEngine.com servers but isn't connected to the fabrication services. It's useful for validating correctness and “manufacturability” of your script before uploading to FabEngine.com.
The FabEngine SDK is open soucre and available for download and scrutiny at Github (dead link).
FabEngine works with Python 3. If you want to use the FabEngine SDK (remember: you don't have to!), you must have Python installed on your computer. We tested the FabEngine SDK with Python 3.3.0. To download this version of Python, please go to the Python website.