Merge pull request #190 from easonjim/MK3S

Increase the R6 version number
This commit is contained in:
Alexandr Kukan 2022-11-14 15:33:38 +01:00 committed by GitHub
commit b34f8cb3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -146,6 +146,9 @@ module x_end_idler()
translate(v=[-8,-15.5,30.25]) rotate(a=[0,-90,0]) cylinder(h = 20, r=1.55, $fn=30); translate(v=[-8,-15.5,30.25]) rotate(a=[0,-90,0]) cylinder(h = 20, r=1.55, $fn=30);
translate([-25,7.5,-1]) rotate([0,0,45]) cube([10,10,100]); translate([-25,7.5,-1]) rotate([0,0,45]) cube([10,10,100]);
//version
translate([-23.7,-25,2]) rotate([90,0,90]) linear_extrude(height = 0.6)
{ text("R6",font = "helvetica:style=Bold", size=4, center=true); }
} }
// bearings stop // bearings stop

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