1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-01-16 18:48:14 +01: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){

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){

View File

@ -2,10 +2,25 @@
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 ]
];
// Define more points for a polygon to be atteched to the end of the beam chain
clipP=[[16,1.2,0],[16,0,0],[16.5,0,0],[16.5,1,0.2],[17.5,1,0.2],[17.5,0,0],[18,0,0],[18,1.2,0]];
clipP=[
[16, 1.2, 0 ],
[16, 0, 0 ],
[16.5, 0, 0 ],
[16.5, 1, 0.2],
[17.5, 1, 0.2],
[17.5, 0, 0 ],
[18, 0, 0 ],
[18, 1.2, 0 ]
];
linear_extrude(1){
// end hook

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){