Skip to content

Installation

pfabo edited this page Oct 6, 2023 · 11 revisions

Installation

  • Download and install openScad
  • Download STEMFIE-X library from github (directory \lib)

Check your installation

  • 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

3D Print

  • Press F6 - final rendering
  • Export your design as stl file
  • Proceed as usual when printing another stl file (slicer, gcode generator ...)
Clone this wiki locally