Files

copied

Scanning the repository...

Last update 6 years 10 months by JosefMatous
Filesmanufacturing3D print
..
PFL34_lock.scad
calib_plate.scad
calib_plate_part2.scad
cap.scad
pillar.scad
prism.scad
triangle.scad
prism.scad
platform_height = 1.1; platform_width = 10; triangle_height = 14.1; triangle_width = 14.1; triangle_length = 199; points = [[0,0],[0,platform_height],[triangle_width,platform_height+triangle_height],[triangle_width,platform_height],[platform_width,platform_height],[platform_width,0]]; rotate([90,0,0]) { linear_extrude(triangle_length) polygon(points); }
Report a bug