mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-25 22:35:35 +00:00
re-enable rounded keys, they sometimes work now
This commit is contained in:
parent
b36bf13b3e
commit
3675509456
@ -155,7 +155,11 @@ module front_of_key() {
|
||||
}
|
||||
|
||||
module outer_shape() {
|
||||
shape(0, 0);
|
||||
if ($rounded_key == true) {
|
||||
rounded_shape();
|
||||
} else {
|
||||
shape(0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
module inner_shape(extra_wall_thickness = 0, extra_keytop_thickness = 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user