-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
pfabo edited this page Oct 6, 2023
·
11 revisions
- Download and install openScad
- Download STEMFIE-X library from github (directory \lib)
- Write and save simple program in openScad environment
include <../lib/stemfie-x.scad> // check path to STEMFIE-X library
beam_block([2,2,2]); // beam_block - module (function) from library
- Save program
- Press F5
- You should see the basic STEMFIE-X block in the openScad viewer
- Press F6 - final rendering
- Export your design as stl file
- Proceed as usual when printing another stl file (slicer, gcode generator ...)