10,15c10,13 < #translate([ -5.34, 3.50, -0.54 ]) < rotate([-1,0,44.5]) < import("AnvilScan.stl"); < cut_pos() cylinder(r=cut_out_d/2, h = 20, center=true); < translate([$vpt[0],0,60]) cube([top_hole_l,top_hole_w,15],center=true); < //anvil(); --- > //translate([ -5.34, 3.50, -0.54 ]) > //rotate([-1,0,44.5]) > //import("AnvilScan.stl"); > color([0.5,1,0.5]) anvil(); 98a97,102 > //****** Branding ******** > translate([10,-13,65]) > rotate([0,0,180]) > linear_extrude(height = 2, center = true) > text("Protosmiths", halign = "center", valign = "center"); > 176a181,183 > //********** Cut outs into side of base > cut_pos() cylinder(r=cut_out_d/2, h = 20, center=true); > translate([38.35,0,60]) cube([top_hole_l,top_hole_w,15],center=true);