include <../doblo-factory.scad>; include <../lib/doblo-params-repl.scad>; include <../ext/stl-merge-display.scad>; // Each brick is defined in a module that takes x/y position and color as parameter doblo( col=1, row=-2, nibbles_on_off=false, length=4, width=4, height=HALF); // A simple merge without brick and block using the doblo-factory module translate([17,7,-8]) scale (1) merge_stl ("UltimakerRobot_support.stl", shrink=1);