mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +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,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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user