fix filled stem now that we are dishing stems instead of intersecting them with the shape

This commit is contained in:
Bob - Home - Windows 2018-02-17 20:35:18 -05:00
parent e404a8f7c6
commit 32b6451a7f
1 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
module filled_stem() {
// this is mostly for testing. we don't pass the size of the keycp in here
// so we can't make this work for all keys
cube(1000, center=true);
// 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();
}