mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-16 22:37:03 +00:00
fix filled stem now that we are dishing stems instead of intersecting them with the shape
This commit is contained in:
parent
e404a8f7c6
commit
32b6451a7f
1 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
||||||
module filled_stem() {
|
module filled_stem() {
|
||||||
// this is mostly for testing. we don't pass the size of the keycp in here
|
// I broke the crap out of this stem type due to the changes I made around how stems are differenced
|
||||||
// so we can't make this work for all keys
|
// now that we just take the dish out of stems in order to support stuff like
|
||||||
cube(1000, center=true);
|
// 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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue