https://github.com/mjonuschat/voron-nameplate-generator
Voron Nameplate Generator
https://github.com/mjonuschat/voron-nameplate-generator
Last synced: 9 months ago
JSON representation
Voron Nameplate Generator
- Host: GitHub
- URL: https://github.com/mjonuschat/voron-nameplate-generator
- Owner: mjonuschat
- License: gpl-3.0
- Created: 2023-10-07T18:25:27.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-07T22:36:49.000Z (over 2 years ago)
- Last Synced: 2025-07-27T00:06:05.752Z (11 months ago)
- Language: TypeScript
- Size: 758 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voron Nameplate Generator
Voron Nameplate Genertor to create nameplates personalized with your printers
serial number (and optionally a logo).
## Inputs
- Printer Model
Defines the prefix for the debossed serial number (e.g. VT)
- Serial Number
The serial for your printer model (e.g. 888)
- Panel Thickness
Defines how thick the panel (including foam) is where you want to mount
the generated plate. Not used for V0 models.
- Logo
Will add the Voron hex logo to the nameplate if selected
## Credits
- https://github.com/rdmullett/voron_serial_plate
The original Reddit bot that created serial number plates
Step files for the 2020 extrusions have been recreated based on
the OpenSCAD models in this repository.
- https://www.printables.com/model/83468-voron-v0-serial-plate-adaptation
Blank step files for the V0.0 / V0.1 nameplates have been created based
on the files shared here.
- https://github.com/rdmullett/voron_serial_plate/pull/5
V0.2 compatible clip positions have been taken from this pull request for
the original bot
## Build & Deployment
Docker images to run VNG can be build using [Paketo](https://paketo.io/) buildpacks,
for example with a command like this:
```
pack build vng \
--builder paketobuildpacks/builder-jammy-full \
--pre-buildpack fagiani/apt \
--pre-buildpack paketo-buildpacks/nodejs \
--pre-buildpack paketo-buildpacks/nginx \
-D app
```
## License
GNU General Public License v3.0