From 4ebbd434269fbeb1b8db3b6f7059a1eb4d6f3df9 Mon Sep 17 00:00:00 2001 From: kellervater Date: Sat, 3 May 2025 23:28:36 +0200 Subject: [PATCH] fix(wallmount): orientation --- models/wallmount/wallmount.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/models/wallmount/wallmount.scad b/models/wallmount/wallmount.scad index d609b9f..5d10fd3 100644 --- a/models/wallmount/wallmount.scad +++ b/models/wallmount/wallmount.scad @@ -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();