/ src / stems / filled.scad
filled.scad
1  module filled_stem(_depth, _slop, _throw) {
2    // I broke the crap out of this stem type due to the changes I made around how stems are differenced
3    // now that we just take the dish out of stems in order to support stuff like
4    // bare stem keycaps (and buckling spring eventually) we can't just make a
5    // cube. shape() works but means that you certainly couldn't render this
6    // stem without the presence of the entire library
7  
8    shape($wall_thickness);
9  }