openscad-parts/Werkbank-balken/dimensions.scad

27 lines
430 B
OpenSCAD
Raw Normal View History

2024-04-09 20:13:09 +02:00
// details in arcs
FN=40;
toplength = 1500;
topbeamthickness = 45;
2024-04-16 10:46:59 +02:00
topdepth = topbeamthickness*15;
topheight = 50;
topsidewidth = 50;
2024-04-22 09:16:34 +02:00
topsideheight = 68;
2024-04-16 10:46:59 +02:00
2024-04-22 09:16:34 +02:00
topslitoffsetfromtop = 20;
2024-04-09 20:13:09 +02:00
topslitdepth = 20;
2024-04-16 10:46:59 +02:00
topslitheight = 20;
2024-04-09 20:13:09 +02:00
connectorheight = 100;
connectorthickness = 30;
connectorgroundoffset= 200;
benchheight = 960;
standbeamthickness = 70;
standoffset = 50;
2024-04-16 10:46:59 +02:00
standtopoffset = 50;
2024-04-09 20:13:09 +02:00
standsideoffset = 100;
standvertoffset = 50;