
Parametric tag name for backpack straps
thingiverse
To create custom name tags for a backpack's straps. First, measure the strap width because it varies among different backpacks. The Scad file is now available to customize the design with your name. You can use OpenScad to generate an STL file from this design. Here are the instructions for the file: // Enter the name to be printed name = "Emily"; // Set extrusion to false if you want a positive tag, true for negative text extrude_name = false; // Adjust the height of the tag and letters to 2.5mm // Measure the strap width in mm and set it as the strap variable strap = 22; // Calculate the tag width by adding a tolerance of 4mm and an extra 5mm around the gap for the strap width = strap + 4 + 5; // Adjust this value to fit the letters on the tag if necessary letters_adjust = 20;
With this file you will be able to print Parametric tag name for backpack straps with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Parametric tag name for backpack straps.