1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 12:10:47 +02:00

fix x dir

This commit is contained in:
Justin Lin
2021-05-27 11:48:56 +08:00
parent ea5b08b7dd
commit 98d66acb4f

View File

@@ -51,7 +51,7 @@ module torus_knot_maze() {
) )
path[x] + ptf_rotate( path[x] + ptf_rotate(
ptf_rotate( ptf_rotate(
[y - half_row, 0, 0], [-y + half_row, 0, 0],
[0, 0, -90] [0, 0, -90]
), ),
[0, angle_yz[x][0], angle_yz[x][1]] [0, angle_yz[x][0], angle_yz[x][1]]