1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-29 10:09:50 +02:00

Merge branch 'makerbeam-extrusions' of https://github.com/elliotf/NopSCADlib into elliotf-makerbeam-extrusions

This commit is contained in:
Chris Palmer
2025-07-01 14:32:07 +01:00
3 changed files with 22 additions and 20 deletions

View File

@@ -35,10 +35,10 @@ module extrusions()
rotate(90)
layout(heights, gap)
rotate(-90)
extrusion(list[$i], 80, cornerHole = extrusion_width(list[$i]) > 20);
extrusion(list[$i], 80);
}
else
extrusion(e, 80, cornerHole = extrusion_width(e) > 20);
extrusion(e, 80);
if ($preview)
extrusions();