Increase the R6 version number

This commit is contained in:
Jim 2022-11-09 11:06:57 +08:00 committed by GitHub
parent a1a532a25f
commit e439111a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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);