1
0
mirror of https://github.com/pgrondek/SixInchRack.git synced 2024-11-22 03:53:42 +00:00

- changed overhang size

This commit is contained in:
Andreas Schiweck 2019-07-05 18:49:19 +02:00
parent c5a86a7e63
commit 6c75f0115a

View File

@ -104,15 +104,11 @@ module upper () {
}
}
rotate([-90,90,0]) {
/* translate([-6, -36, 2]) { */
/* (width - sa50_width / 2) + 5 */
translate([-6, -(width - sa50_width + 10), 2]) {
/* translate([-6, -(width - sa50_width / 2), 2]) { */
cube([3, 8, 14]);
cube([3, 8, 12]);
}
/* translate([-6, -126, 2]) { */
translate([-6, - width - 10, 2]) {
cube([3, 8, 14]);
cube([3, 8, 12]);
}
}
}