Increase the R6 version number
This commit is contained in:
parent
a1a532a25f
commit
e439111a60
|
|
@ -101,6 +101,10 @@ module x_end_motor()
|
||||||
translate([-17,3,-8]) cube([4,4,10]);
|
translate([-17,3,-8]) cube([4,4,10]);
|
||||||
translate([-30,-30,58]) cube([30,30,10]);
|
translate([-30,-30,58]) cube([30,30,10]);
|
||||||
|
|
||||||
|
// version
|
||||||
|
translate([-23.2,-20,2]) rotate([90,0,270]) linear_extrude(height = 0.6)
|
||||||
|
{ text("R6",font = "helvetica:style=Bold", size=4, center=true); }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
translate([-15,10,6]) rotate([90,0,0]) cylinder(h=3, r=5, $fn=30);
|
translate([-15,10,6]) rotate([90,0,0]) cylinder(h=3, r=5, $fn=30);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue