/projects/laboratory_trolley/
code_projectopenscad
use ;

base(300, 500, 0);

sides();

translate([0,0,600-18])
	top(0);


// Wheels
translate([11,11,0])
rotate([-90,0,0])
scale([1.4,1.4,1.4])
	wheel();

translate([300-40,11,0])
rotate([-90,0,0])
scale([1.4,1.4,1.4])
	wheel();

translate([11,500-30,0])
rotate([-90,0,0])
scale([1.4,1.4,1.4])
	wheel();

translate([300-40,500-30,0])
rotate([-90,0,0])
scale([1.4,1.4,1.4])
	wheel();