This commit is contained in:
Matt McWilliams 2023-09-12 22:36:18 -04:00
parent 8e90456d87
commit 2677118bad
1 changed files with 2 additions and 1 deletions

View File

@ -345,7 +345,8 @@ module debug () {
}
//translate([50, 0, 0]) rotate([0, 0, 45]) cube([100, 250, 150], center = true);
}
color("black") gate_key([0, -KeyDistance / 2, -13.5], [0, 0, 0]);
gate_key([0, -KeyDistance / 2, -13.5], [0, 0, 30]);
}
PART = "gate_keyx";