mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
Merge branch 'master' into dual_legend
This commit is contained in:
commit
71a45540f9
@ -17,4 +17,4 @@ include <layouts/gherkin/gherkin_bump.scad>
|
|||||||
include <layouts/dactyl_manuform/4x6.scad>
|
include <layouts/dactyl_manuform/4x6.scad>
|
||||||
include <layouts/dactyl_manuform/4x6_legends.scad>
|
include <layouts/dactyl_manuform/4x6_legends.scad>
|
||||||
|
|
||||||
include <layouts/plate.scad>
|
include <layouts/plate.scad>
|
||||||
|
@ -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 New Issue
Block a user