1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-08-31 03:09:50 +02:00

Beam chain example formatting

This commit is contained in:
Kurt Hutten
2021-06-07 17:26:32 +10:00
parent f69ddaa05b
commit 9c2e9b929b
4 changed files with 38 additions and 5 deletions

View File

@@ -2,7 +2,13 @@
include <Round-Anything-1.0.4/polyround.scad>
function beamPoints(r1,r2,rStart=0,rEnd=0)=[[0,0,rStart],[2,8,0],[5,4,r1],[15,10,r2],[17,2,rEnd]];
function beamPoints(r1,r2,rStart=0,rEnd=0)=[
[0, 0, rStart],
[2, 8, 0 ],
[5, 4, r1 ],
[15, 10, r2 ],
[17, 2, rEnd ]
];
linear_extrude(1){