mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 23:59:49 +00:00
make shapes much more powerful by passing them a progress prop and starting width / height with width / height end delta
This commit is contained in:
parent
f081e8b4cd
commit
a537407cca
5 changed files with 96 additions and 53 deletions
11
keys.scad
11
keys.scad
|
@ -20,4 +20,13 @@ module translate_u(x=0, y=0, z=0){
|
|||
translate([x * unit, y*unit, z*unit]) children();
|
||||
}
|
||||
|
||||
sa_row(2) u(2) cherry() key();
|
||||
dcs_row(2) u(2) dishless() cherry() {
|
||||
/* $inverted_dish = true; */
|
||||
$key_shape_type = "obloid";
|
||||
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