mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-16 22:37:03 +00:00
Merge branch 'master' into dual_legend
This commit is contained in:
commit
71a45540f9
2 changed files with 1 additions and 3 deletions
|
@ -19,13 +19,11 @@ module switch_hole() {
|
||||||
cube(14, center=true);
|
cube(14, center=true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
module plate(layout_object) {
|
module plate(layout_object) {
|
||||||
difference() {
|
difference() {
|
||||||
hull() {
|
hull() {
|
||||||
simple_layout(layout_object) unit_corners();
|
simple_layout(layout_object) unit_corners();
|
||||||
}
|
}
|
||||||
|
|
||||||
simple_layout(layout_object) switch_hole();
|
simple_layout(layout_object) switch_hole();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue