You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
267 B
OpenSCAD

//modulos
use <./tee.scad>;
base_ancho=1000;
base_largo=500;
altura=700;
altura_rueda=100;
point=([[1,1,1],[base_ancho,0,altura_rueda],[base_ancho,0,altura_rueda],[base_ancho,0,altura_rueda]]);
for (pos=point)
translate(pos)
color("white")
1 year ago
cube(30);