1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-20 14:11:52 +02:00

formatting

This commit is contained in:
Justin Lin 2022-02-13 15:59:24 +08:00
parent 00861bc751
commit 0ac32c05b8

View File

@ -20,7 +20,7 @@ module pineapple(eye_number, leaf_step, leaf_number, leaf_fn) {
scale(50) {
mirror([0, 0, 1])
scale([1, 1, 1.3])
union() {
union() {
for(i = [0:real_eye_number - 1]) {
polyhedron_hull(concat(regions[i], [pts[i] * 1.075]));
}