mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 15:49:50 +00:00
pushing up to continue work elsewhere. actually abstracting ISO shape
This commit is contained in:
parent
65d6656056
commit
736f3a6d70
2 changed files with 29 additions and 23 deletions
15
keys.scad
15
keys.scad
|
@ -197,11 +197,12 @@ module g20() {
|
|||
/*$rounded_key = true;*/
|
||||
}
|
||||
|
||||
module fake_iso_enter() {
|
||||
$bottom_key_width = 18.16 * 1.9;
|
||||
$bottom_key_height = 18.16 * 2;
|
||||
$width_difference = 4;
|
||||
$height_difference = 4;
|
||||
module iso_enter() {
|
||||
$bottom_key_width = 18.16;
|
||||
$bottom_key_height = 18.16;
|
||||
$key_length = 1.5;
|
||||
$key_height = 2;
|
||||
|
||||
$total_depth = 7;
|
||||
$top_tilt = 0;
|
||||
$top_skew = 1.75;
|
||||
|
@ -424,7 +425,7 @@ module legend(text, inset=false) {
|
|||
children();
|
||||
}
|
||||
|
||||
translate_u(1.125, 0.5) fake_iso_enter() cherry() key();
|
||||
translate_u(1.125, 0.5) iso_enter() cherry() key();
|
||||
translate_u(0, 0) sa_row(2) legend("q", inset=true) cherry() {
|
||||
key();
|
||||
/*key();*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue