mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-15 16:49:53 +00:00
stop tines from protruding out oem keycaps
This commit is contained in:
parent
ed2ed9c2c7
commit
8ad81d3b61
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@ include <../stems/cherry.scad>
|
||||||
module centered_tines(stem_support_height) {
|
module centered_tines(stem_support_height) {
|
||||||
if ($key_length < 2) {
|
if ($key_length < 2) {
|
||||||
translate([0,0,$stem_support_height / 2]) {
|
translate([0,0,$stem_support_height / 2]) {
|
||||||
cube([total_key_width(), 0.5, $stem_support_height], center = true);
|
cube([total_key_width() -$wall_thickness/2, 0.5, $stem_support_height], center = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
translate([0,0,$stem_support_height / 2]) {
|
translate([0,0,$stem_support_height / 2]) {
|
||||||
cube([
|
cube([
|
||||||
1,
|
1,
|
||||||
total_key_height(),
|
total_key_height() -$wall_thickness/2,
|
||||||
$stem_support_height
|
$stem_support_height
|
||||||
],
|
],
|
||||||
center = true);
|
center = true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue