diff --git a/top_plate_custom.scad b/top_plate_custom.scad index 39a9d38..43710bd 100644 --- a/top_plate_custom.scad +++ b/top_plate_custom.scad @@ -1,5 +1,9 @@ rotate([180, 0, 0]) translate([-112, -67, -3]) { - //import("/home/valdor/Downloads/Crossfire_2/C2TopPlate.stl"); + //import("Crossfire_2/C2TopPlate.stl"); +} + +translate([-99, -101, 0]) rotate([0, 0, 45]) translate([-650, -185, 0]) { + //import("Crossfire_2/ArmTall4H.stl"); } $fn=20; @@ -75,6 +79,9 @@ intersection() { translate([ 31, 0, 2]) cylinder(d = 3, center = true, h = 4); translate([- 31, 0, 2]) cylinder(d = 3, center = true, h = 4); - } + translate([-48, 0, 4]) rotate([180, 0, 90]) + linear_extrude(height = 5) + text("Astrid", halign = "center", size = 8); + } } } \ No newline at end of file