mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 15:49:50 +00:00
a whole bunch of work
This commit is contained in:
parent
a537407cca
commit
2368961370
12 changed files with 365 additions and 321 deletions
25
keys.scad
25
keys.scad
|
@ -20,13 +20,22 @@ module translate_u(x=0, y=0, z=0){
|
|||
translate([x * unit, y*unit, z*unit]) children();
|
||||
}
|
||||
|
||||
dcs_row(2) u(2) dishless() cherry() {
|
||||
/* $inverted_dish = true; */
|
||||
$key_shape_type = "obloid";
|
||||
// basic
|
||||
cherry() key();
|
||||
|
||||
translate_u(1) sa_row(2) cherry() key("q");
|
||||
translate_u(2) oem_row(2) alps() key("q", inset=true);
|
||||
translate_u(3) dsa_row() rounded_cherry() key();
|
||||
|
||||
translate_u(1, 1) sa_row(3) lshift() cherry() key(inset=true) {
|
||||
sphere(1);
|
||||
};
|
||||
|
||||
translate_u(3, 2) sa_row(3) bar_support() spacebar() cherry() key("space bar");
|
||||
|
||||
translate_u(3,1) sa_row(3) 2u() cherry() {
|
||||
$key_shape_type = "spherical";
|
||||
$support_type = false;
|
||||
$inverted_dish = true;
|
||||
key();
|
||||
}
|
||||
|
||||
translate_u(3) u(2) dcs_row(3) dishless() cherry() {
|
||||
$key_shape_type = "obloid";
|
||||
key();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue