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:
@@ -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]]
|
||||||
|
Reference in New Issue
Block a user