Resolve OpenSCAD "WARNING: Cylinder parameters ambiguous"

This commit is contained in:
Alex Newman 2021-01-15 09:15:07 -05:00
parent d7f81f2ef2
commit 6cf8cadefb
No known key found for this signature in database
GPG Key ID: C8BF896EF7D5BA90
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module waste_pocket()
translate([-15,-1,6]) rotate([90,0,0]) cylinder( h=5, r=5, $fn=30);
translate([-15,-1,51]) rotate([90,0,0]) cylinder( h=5, r=5, $fn=30);
translate([-15,-5.9,6]) rotate([90,0,0]) cylinder( h=3, r1=5, r2=4.3, $fn=30);
translate([-15,-5.9,51]) rotate([90,0,0]) cylinder( h=3, r=5, r2=4.3, $fn=30);
translate([-15,-5.9,51]) rotate([90,0,0]) cylinder( h=3, r1=5, r2=4.3, $fn=30);
// opening window
translate([-17,-1,51]) rotate([90,0,0]) cube([4,15,4]);