1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00

change peral position

This commit is contained in:
Justin Lin 2021-08-03 10:23:44 +08:00
parent 9ad1835322
commit 3d081ed0c3

View File

@ -167,6 +167,6 @@ module dragon_and_perl() {
mirror([1, 0, 0])
foot();
translate([-30, 11.5, -15])
translate([-28.5, 11.5, -15])
polyhedron_hull(fibonacci_lattice(60, 7));
}