-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Peter Fabo edited this page Sep 23, 2023
·
11 revisions
- Download and install openSCAD - link, Linux users place executable AppImage in your working directory
- Download STEMFIE-X library from github - directory \lib and place in your working directory
- Optional download STEMFIE-X sources for demos and examples from github - directory \src and place in your working directory
- In your working directory create new directory a.e. \work
- Run openScad in your working directory
- Write simple program
include <../lib/stemfie-x.scad> // path to STEMFIE-X library
beam_block([2,2,2]); // beam_block - module (function) from library
- Save program in your \work directory
- Press F5
- If your installation is correct, you should see the basic STEMFIE-X block in the program viewer

- Enjoy the beauty of parametric engineering with STEMFIE-X !