Skip to content

Commit

Permalink
Merge pull request #190 from easonjim/MK3S
Browse files Browse the repository at this point in the history
Increase the R6 version number
  • Loading branch information
akukan authored Nov 14, 2022
2 parents 1f5072f + e439111 commit b34f8cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Printed-Parts/SCAD/x-end-idler.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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([-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
Expand Down
4 changes: 4 additions & 0 deletions Printed-Parts/SCAD/x-end-motor.scad
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ module x_end_motor()
translate([-17,3,55]) cube([4,4,10]);
translate([-17,3,-8]) cube([4,4,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); }

}

Expand Down

0 comments on commit b34f8cb

Please sign in to comment.