Thingiverse
Parametric tag name for backpack straps
von alxo82
53
Downloads
42
Likes
0
Makes
To make tag names for the straps of a backpack. The width of the strap varies between backpacks, so measure it before printing!!!!
I've added the Scad file to customize the design with your name, you can use OpenScad to generate the stl file
Instructions for the file, all sizes in mm:
// Name to be printed
name ="Grace";
// False in case you want it extruded, True is you want name as a negative
extrude_name = false;
// Height of the tag and letters
h=2.5;
// Width of the strap
strap=23;
// Width of the tag, adjust to your liking, first constant is strap tolerance and second is extra material around the gap for the strap
width =strap+4+5;
// Modify to fit the letters on the tag, if necessary
letters_adjust = 18;
I've added the Scad file to customize the design with your name, you can use OpenScad to generate the stl file
Instructions for the file, all sizes in mm:
// Name to be printed
name ="Grace";
// False in case you want it extruded, True is you want name as a negative
extrude_name = false;
// Height of the tag and letters
h=2.5;
// Width of the strap
strap=23;
// Width of the tag, adjust to your liking, first constant is strap tolerance and second is extra material around the gap for the strap
width =strap+4+5;
// Modify to fit the letters on the tag, if necessary
letters_adjust = 18;
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!