Files
KeyV2/src/stems/filled.scad
Bob 24e280fe3c quick stem updates
probably best to pass the stem throw to the stems eh?
2020-07-10 00:46:06 -04:00

10 lines
461 B
OpenSCAD

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