Getting Started
include <./YAPPgenerator_v3.scad>
YAPPgenerate();The Simplest Project Box
/*
** The Simplest Project Box
** The YAPPgenerator.scad library is in the
** project box folder
*/
include <YAPPgenerator_v3.scad>
pcbLength = 40;
pcbWidth = 30;
pcbThickness = 2;
YAPPgenerate();



Last updated