fix(wallmount): orientation

This commit is contained in:
kellervater
2025-05-03 23:28:36 +02:00
parent acd7403101
commit 4ebbd43426

View File

@@ -114,6 +114,7 @@ module bore(){
bore_position_x=BASE_STRENGTH+BASE_UNIT/2+TOLERANCE/2+BASE_UNIT;
echo("bore_position_x: ", bore_position_x);
// Assembly
translate([0,0,BASE_UNIT]) rotate([90,0,0])
union(){
difference() {
mount();