The file 'Customizable Keychain Name Tag 3D Printer Model' is (stl,py) file type, size is 60.7KB.
This is a customizable key chain with name tag.
The text can be changed very easily. I have attached the python code that actually generates the exact stl file. It should be pretty easy to read and find out where to change the text. You may however, need to install some libraries.
pip install trimesh
pip install solidpython
pip install shapely
pip install matplotlib
pip install numpy
You will also need OpenScad installed.
OpenSCAD - A software for creating 3D CAD objects, needed for generating and rendering 3D text. It will also convert .scad files to .stl.
You can download it from: https://www.openscad.org/downloads.html
Once installed, ensure openscad is available in your system’s PATH so the subprocess can call it from the command line.
If you have any questions on the installation or the script, ask GPT.
The keychain can be printed with PLA, but I found that TPU works just a lot nicer.
I also attached an stl file where you can use to "tie" the keychain tag to a key ring.
github for the python code:
https://github.com/mingyuanzhang/python3d/blob/main/src/text3d_keychain.py
string_tie.stl | 23.9KB | |
text3d_keychain.py | 3.2KB | |
text_on_board_keychain.stl | 207.2KB |