mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-18 07:10:22 +00:00
re-enable rounded keys, they sometimes work now
This commit is contained in:
parent
b36bf13b3e
commit
3675509456
1 changed files with 5 additions and 1 deletions
|
@ -155,8 +155,12 @@ module front_of_key() {
|
|||
}
|
||||
|
||||
module outer_shape() {
|
||||
if ($rounded_key == true) {
|
||||
rounded_shape();
|
||||
} else {
|
||||
shape(0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
module inner_shape(extra_wall_thickness = 0, extra_keytop_thickness = 0) {
|
||||
if ($inner_shape_type == "flat") {
|
||||
|
|
Loading…
Reference in a new issue