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:
@@ -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){
|
||||
|
||||
|
Reference in New Issue
Block a user