Files
svg2NameTag-Ren/README.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

2026-02-14 19:53:13 -05:00
# svg2nametag-Ren
<p align="center">
2026-02-14 20:04:53 -05:00
<img src="/pwa-512x512.png" alt="Logo" width="128">
2026-02-14 19:53:13 -05:00
</p>
## Overview
2026-02-14 20:04:31 -05:00
**svg2nametag-Ren** converts 2D SVG designs into 3D printable nametags. It automatically splits your design into separate files for different colors, making it easy to print multi-color nametags on printers like the Bambu Lab series.
2026-02-14 19:53:13 -05:00
2026-02-14 20:09:37 -05:00
For detailed setup and usage guides, please check out the **[Wiki](https://git.randomhack.com/Retro/svg2NameTag-Ren.git)**.
2026-02-14 19:53:13 -05:00
2026-02-14 20:04:31 -05:00
## Physical Dimensions
The program automatically scales all designs to these specific measurements for a consistent, professional look:
2026-02-14 19:53:13 -05:00
2026-02-14 20:04:31 -05:00
- **Total Width**: 87.80 mm
- **Background Thickness**: 3.0 mm
- **Text/Detail Thickness**: 2.3 mm (includes 0.3mm inset compensation)
2026-02-14 20:04:31 -05:00
- **Text/Detail Offset**: 3.0 mm (Text sits at 4mm from the bottom)
- **Total Height**: 5.0 mm (Text sits 3mm high and extends 2mm up)
## Ways to Use
- **Web App**: The easiest way! Just open the web page, drag your files in, and download the results. No installation required.
- **Python Tool**: For advanced users who want to process hundreds of files at once using the command line. Requires Python 3.12 or higher and some basic knowledge of the command line.