https://github.com/canislupaster/draw
firmware and GUI for pen plotters
https://github.com/canislupaster/draw
Last synced: 5 months ago
JSON representation
firmware and GUI for pen plotters
- Host: GitHub
- URL: https://github.com/canislupaster/draw
- Owner: canislupaster
- Created: 2024-04-24T02:02:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T02:32:56.000Z (about 1 year ago)
- Last Synced: 2025-08-19T20:49:34.321Z (11 months ago)
- Language: C++
- Homepage:
- Size: 3.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plotting firmware and GUI
I wiped the firmware from my [AliExpress plotter](https://www.aliexpress.us/item/3256805577136430.html) and decided it would be more fun to write it myself. The root directory you're in right now includes a C++ GUI (made with ImGui) for controlling the plotter with a primitive language, loading SVGs, filling shapes (with my own monotone polygon decomposition), multiple colors and more. The actual firmware is in [plotter](./plotter), which runs on an Arduino with PlatformIO (currently Uno/Due but this is trivial to change). It works about as well as a $100 plotter should:

Here's an outdated screenshot of the UI:
