mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2026-05-04 03:00:04 -04:00
re-enable rounded keys, they sometimes work now
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user