April 25, 2026
Description
Batch generate + 2-color print dozens of custom glass markers in one go.
Create many personalized name tags at once and print them cleanly with multi-material—no manual painting required.
This OpenSCAD remix lets you define multiple names in a single list and automatically generates all tags.
Backs and tops are exported separately so you can assign different filaments—both parts print in one job, perfectly aligned on top of each other.
Edit the names in the .scad file:
names = [
"Alice",
"Bob",
"Charlotte",
];
Render/export depending on what you need.
You can generate files directly in the browser:
For 2-color prints:
Import into your slicer and assign filaments.
openscad -D 'export_mode="backs"' -o GlassMarker-backs.stl GlassMarker.scad
openscad -D 'export_mode="tops"' -o GlassMarker-tops.stl GlassMarker.scad
openscad -D 'export_mode="clips"' -o GlassMarker-clips.stl GlassMarker.scad
Use assembly mode for preview.
Backs and tops are printed on top of each other (same position) and only separated to assign different filaments.
No manual painting per name required.
This makes batch printing many personalized tags very fast and consistent.
License:
BY-NC-SA