Thingiverse
Double Sided Dog Tag
von P_Witty
87
Downloads
66
Likes
0
Makes
Remix of the reinforced dog tag design to make the tag double sided.
To make a printable model, edit the front and back text variables in OpenSCAD, hit F6, then export as STL.
In Slic3r I scaled the tag down to 60%.
To do a multi color print as I did, you will need to insert an M600 gcode to change filaments. To do this in Slic3r PE, you need to add custom layer change gcode to your printer settings. If the filaments need different temperatures (mine did) you will need to add a m104 command as well.
Below is the layer code that I used:
;BEFORE_LAYER_CHANGE
G92 E0.0
;[layer_z]
{if layer_z==1.2}
;bump temp for titanx
M104 S240
M600
{elsif layer_z==2.2}
;return temp for abs+
M104 S220
M600
{endif}
To make a printable model, edit the front and back text variables in OpenSCAD, hit F6, then export as STL.
In Slic3r I scaled the tag down to 60%.
To do a multi color print as I did, you will need to insert an M600 gcode to change filaments. To do this in Slic3r PE, you need to add custom layer change gcode to your printer settings. If the filaments need different temperatures (mine did) you will need to add a m104 command as well.
Below is the layer code that I used:
;BEFORE_LAYER_CHANGE
G92 E0.0
;[layer_z]
{if layer_z==1.2}
;bump temp for titanx
M104 S240
M600
{elsif layer_z==2.2}
;return temp for abs+
M104 S220
M600
{endif}
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!