From 00a0bf974953fbc455f48fc8700ad77a33459313 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 14 Apr 2022 16:01:39 +0800 Subject: [PATCH] format --- src/along_with.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/along_with.scad b/src/along_with.scad index 45894412..6edc11e3 100644 --- a/src/along_with.scad +++ b/src/along_with.scad @@ -90,7 +90,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE") module axis_angle_align_with_pts_rs(a, s) { angleyz = __angy_angz(pts[0], pts[1]); rotate([0, -angleyz[0], angleyz[1]]) - rotate([0, 0, a - 90]) + rotate(a - 90) scale(s) children(0); } @@ -122,7 +122,7 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE") ) [ [0, -angs[0][0], angs[0][1]], - each[for(a = angs) [0, -a[0], a[1]]] + each [for(a = angs) [0, -a[0], a[1]]] ]; module euler_angle_align(i, angs, look_at) {