59 lines
1.7 KiB
OpenSCAD
59 lines
1.7 KiB
OpenSCAD
cube([30,30,2000]);
|
|
|
|
|
|
translate([60,50,1940])rotate([90,0,0])cube([30,30,800]);
|
|
//Distanzblock vorne oben
|
|
translate([-30,-750,1940])cube([60,30,30]);
|
|
|
|
//Hantel oben
|
|
color ("green")
|
|
translate([-150,-750,1640])cube([300,30,30]);
|
|
|
|
// rolle hinten oben
|
|
translate ([30+7.5,7.5,1955]) rotate([0,90,0])cylinder(d=75, h=15);
|
|
|
|
//rolle vorne oben
|
|
translate ([30+7.5,-800+75,1955]) rotate([0,90,0])cylinder(d=75, h=15);
|
|
|
|
// rolle unten hinten
|
|
translate ([15,50,40]) rotate([90,0,0])cylinder(d=75, h=15);
|
|
translate ([15,70,40]) rotate([90,0,0])cylinder(d=75, h=15);
|
|
|
|
// Schrägstütze
|
|
translate([-30,40,1940])rotate([90,0,-45])cube([30,30,350]);
|
|
|
|
//rolle vordere Schrägstütze
|
|
translate ([-75,20,1955]) rotate([0,90,-45])cylinder(d=75, h=15);
|
|
translate ([-75-200,20-200,1955]) rotate([0,90,-45])cylinder(d=75, h=15);
|
|
|
|
color("blue")
|
|
translate ([-10,-10,605]) cube([50,50,120]);color("blue")
|
|
translate ([43,10,665]) rotate([90,0,90])cylinder(d=75, h=15);
|
|
color("grey")
|
|
translate ([-30,10,665]) rotate([90,0,90])cylinder(d=55, h=25);
|
|
|
|
//Schrauben
|
|
color("red")
|
|
translate([-15,-735,1940])cylinder(d=6, h=90);
|
|
color("red")
|
|
translate([75,-700,1940])cylinder(d=6, h=90);
|
|
color("red")
|
|
translate ([-240,-190,1940])cylinder(d=6, h=90);
|
|
color("red")
|
|
translate ([-70,-20,1940])cylinder(d=6, h=90);
|
|
|
|
color("red")
|
|
translate ([15,90,1700])rotate([90,0,0]) cylinder(d=6, h=90);
|
|
color("red")
|
|
translate ([15,90,400])rotate([90,0,0]) cylinder(d=6, h=90);
|
|
//Hantel oben
|
|
color ("green")
|
|
translate([-150,-750,700])cube([300,30,30]);
|
|
|
|
color("silver")
|
|
translate ([-240,-190,100])cylinder(d=300, h=40);
|
|
color("silver")
|
|
translate ([-240,-190,160])cylinder(d=250, h=40);
|
|
color("silver")
|
|
translate ([-240,-190,220])cylinder(d=250, h=40);
|