Getting Started
Installation
Usage
- Place the STL file in the project directory.
- Set the desired layer height and scale parameters.
- Run the application.
-
Find the generated SVG files in the specified output directory.
-
Verify the installed version:
bash python -c "import layerforge; print(layerforge.__version__)"
Example
To try LayerForge without providing your own STL file, run the sample script:
python scripts/simple_mesh_example.py
This generates a basic cube mesh, slices it, and writes SVG files to the
example_output/
directory.