Part version identifier change

Strictly version mark change to identify source of the parts
This commit is contained in:
Alexandr Kukan 2019-04-03 14:42:35 +02:00 committed by GitHub
parent e166ef9cc3
commit d2b67a0835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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