mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
Add small chamfer at base of stem.
This commit is contained in:
parent
32b6451a7f
commit
4d6518135c
@ -25,6 +25,11 @@ module cherry_stem(depth, has_brim) {
|
||||
square($cherry_cross[0], center=true);
|
||||
square($cherry_cross[1], center=true);
|
||||
}
|
||||
// Guides to assist insertion and mitigate first layer squishing
|
||||
for (i = $cherry_cross) hull() {
|
||||
linear_extrude(height = 0.01, center = false) offset(delta = 0.4) square(i, center=true);
|
||||
translate([0, 0, 0.5]) linear_extrude(height = 0.01, center = false) square(i, center=true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user