1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-22 15:13:15 +02:00

Mods to allow the manifold experimetal option to be used.

This commit is contained in:
Chris Palmer
2024-02-10 01:05:24 +00:00
parent 9666c018a0
commit 38196e9f78
11 changed files with 21 additions and 12 deletions

View File

@@ -52,6 +52,6 @@ module cylindrical_wrap(r, h = eps) { //! Wrap a 2D child extruded to height `h`
translate([(sides / 2 - i) * -dx, 0])
children();
square([dx, inf], center = true);
square([dx, big], center = true);
}
}