1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-09-01 19:42:33 +02:00

Fix beamChain example and add negative polyRoundExtrude example

This commit is contained in:
Kurt Hutten
2021-06-07 17:06:02 +10:00
parent 28814a34a0
commit f69ddaa05b
2 changed files with 24 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ linear_extrude(1){
// Add some radii to the line transitions
translate([0,-7,0]){
radiiPoints=beamPoints(2,1);
for(i=[0: len(beamPoints(2,1))]){color("red")translate([radiiPoints[i].x,radiiPoints[i].y,0])cylinder(d=0.2, h=1);}
polygon(polyRound(beamChain(radiiPoints,offset1=0.02, offset2=-0.02),20));
}