mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-16 09:10:08 +00:00
update dsa sculpted profiles, add more groupings for printing redox keys
This commit is contained in:
parent
b48fb2465e
commit
93ed0aa63e
3 changed files with 107 additions and 57 deletions
|
@ -1,9 +1,10 @@
|
|||
module dsa_row(n=3) {
|
||||
depth_raisers = [0, 3.5, 1, 0, 1, 3];
|
||||
$bottom_key_width = 18.24; // 18.4;
|
||||
$bottom_key_height = 18.24; // 18.4;
|
||||
$width_difference = 6; // 5.7;
|
||||
$height_difference = 6; // 5.7;
|
||||
$total_depth = 8.1 + abs((n-3) * 1);
|
||||
$total_depth = 8.1 + depth_raisers[n];
|
||||
$top_tilt = n == 5 ? -21 : (n-3) * 7;
|
||||
$top_skew = 0;
|
||||
$dish_type = "spherical";
|
||||
|
|
|
@ -117,7 +117,7 @@ $legends = [];
|
|||
//insert locating bump
|
||||
$key_bump = false;
|
||||
//height of the location bump from the top surface of the key
|
||||
$key_bump_depth = 0.3;
|
||||
$key_bump_depth = 0.5;
|
||||
//distance to move the bump from the front edge of the key
|
||||
$key_bump_edge = 0.4;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue