From 14a9246db51d85ce648775d06c9dcd2f63950041 Mon Sep 17 00:00:00 2001 From: maride Date: Thu, 4 Jan 2018 13:03:50 +0100 Subject: [PATCH] Fix 'rotating that triangle' algorithm --- Camera_2020_Mount.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Camera_2020_Mount.scad b/Camera_2020_Mount.scad index 6566541..740df65 100644 --- a/Camera_2020_Mount.scad +++ b/Camera_2020_Mount.scad @@ -2,7 +2,7 @@ PIN_DIAMETER=1.75; PIN_HEIGHT=4; PIN_SPACING_X=12; PIN_SPACING_Y=21; -CAMERA_ROTATION=45; +CAMERA_ROTATION=45; // keep it in [0, 90] to avoid eye damage THICKNESS=5; @@ -44,4 +44,4 @@ translate([resulting_y/2, 0, resulting_x/2]) { } translate([-21-THICKNESS*2, -21/2 - THICKNESS, 0]) -__2020(resulting_y, THICKNESS); \ No newline at end of file +__2020(resulting_x, THICKNESS); \ No newline at end of file