Skip to content

Commit

Permalink
Missing version info added
Browse files Browse the repository at this point in the history
  • Loading branch information
akukan authored Nov 14, 2022
1 parent b34f8cb commit 529e5ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Printed-Parts/SCAD/LCD-cover-ORIGINAL-MK3.scad
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ difference()
rotate([32,0,0]) translate( [ -78 , -9.1 , -4 ] ) rotate([0,0,45]) cube( [ 6, 6, 50 ] );
rotate([32,0,0]) translate( [ 79 , -9.1 , -4 ] ) rotate([0,0,45]) cube( [ 6, 6, 50 ] );
translate( [ -100 , -40 , -50 ] ) cube( [ 200 , 50 , 50 ] );


// version
translate([-73,15,4]) rotate([90,0,90]) linear_extrude(height = 2)
{ text("R7",font = "helvetica:style=Bold", size=7, center=true); }


}
Expand Down
6 changes: 6 additions & 0 deletions Printed-Parts/SCAD/x-carriage-back.scad
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ module x_carriage_back()
translate([5,-8,16]) cube([0.5,20,6.5]);
translate([-3.25,-8,16]) cube([0.5,20,6.5]);
translate([0.75,-8,16]) cube([0.5,7,6.5]);

// version
translate([-12,-29,22.6]) rotate([0,0,0]) linear_extrude(height = 0.6)
{ text("R7",font = "helvetica:style=Bold", size=4, center=true); }


}
}

Expand Down
3 changes: 3 additions & 0 deletions Printed-Parts/SCAD/x-carriage.scad
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ module x_carriage()
translate([0,-0.5,0]) left_belt_cut();
translate([0,0.5,0]) right_belt_cut();

//version
translate([-12,-2,0.5]) rotate([0,180,0]) linear_extrude(height = 0.6)
{ text("R7",font = "helvetica:style=Bold", size=5, center=true); }


}
Expand Down

0 comments on commit 529e5ad

Please sign in to comment.