Part version identifier change
Strictly version mark change to identify source of the parts
This commit is contained in:
parent
e166ef9cc3
commit
d2b67a0835
|
|
@ -142,7 +142,7 @@ translate([-29,-21,23]) cube([125,56,15]);
|
|||
|
||||
//version
|
||||
translate([-19,-4.5,36.5]) rotate([0,180,180]) linear_extrude(height = 0.8)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ module part()
|
|||
|
||||
|
||||
translate([7,50.4,0]) rotate([90,180,0]) linear_extrude(height = 0.6)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ module front_PTFE_holder()
|
|||
|
||||
//version
|
||||
translate([-2,-15.5,-7]) rotate([-90,180,0]) linear_extrude(height = 0.8)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ module idler_body_base()
|
|||
|
||||
//version
|
||||
translate([-5,24.4,7]) rotate([-90,180,0]) linear_extrude(height = 0.8)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ module idler()
|
|||
|
||||
// version
|
||||
translate([6,-1.5,10.5]) rotate([0,0,0]) linear_extrude(height = 0.8)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ module pulley_body()
|
|||
|
||||
//version
|
||||
translate([-14,-5.5,-24.4]) rotate([0,180,180]) linear_extrude(height = 0.8)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ module rear_PTFE_holder()
|
|||
}
|
||||
//version
|
||||
translate([49,17,6.6]) rotate([0,0,0]) linear_extrude(height = 0.8)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ module selector()
|
|||
|
||||
//version
|
||||
translate([49,-40,-23.3]) rotate([0,180,180]) linear_extrude(height = 0.8)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=5, center=true); }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@
|
|||
|
||||
//version
|
||||
translate([-5,15,-2.75]) rotate([0,180,180]) linear_extrude(height = 0.3)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ module buffer_rear()
|
|||
|
||||
//version
|
||||
translate([-5,5,232.75]) rotate([0,0,0]) linear_extrude(height = 0.3)
|
||||
{ text("M1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
{ text("R1",font = "helvetica:style=Bold", size=6, center=true); }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue