Merge pull request #62 from RyanBalfanz/patch-5

Use children() instead of child()
This commit is contained in:
Chow Loong Jin 2019-08-17 14:57:57 +08:00 committed by GitHub
commit b21ef47a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,8 +142,8 @@ module tubify(radius,wall)
{
difference()
{
child(0);
translate([0, 0, -0.1]) scale([(radius-wall)/radius, (radius-wall)/radius, 2]) child(0);
children(0);
translate([0, 0, -0.1]) scale([(radius-wall)/radius, (radius-wall)/radius, 2]) children(0);
}
}