https://github.com/fooker/plotosaurus
My coreXY pen plotter platform
https://github.com/fooker/plotosaurus
Last synced: 2 months ago
JSON representation
My coreXY pen plotter platform
- Host: GitHub
- URL: https://github.com/fooker/plotosaurus
- Owner: fooker
- License: cc0-1.0
- Created: 2024-08-12T01:12:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T15:07:17.000Z (10 months ago)
- Last Synced: 2024-08-16T16:32:57.756Z (10 months ago)
- Language: G-code
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦕 plotosaurus
My CNC pen plotter machine## Features
- CoreXY
- Up to DIN A3
- Modular pen holder
- Mostly printed
- Harvested Parts from Prusa MK3 -> MK4 upgrades and some rods from Flux Delta## Usage
### Convert SVG to gcode
#### For Pen Plotting
```bash
svg2gcode --circular-interpolation true --feedrate 8000 --on "M3S100G04P0.1" --off "M5G04P0.1" --dimensions ,150mm logo.svg --out logo.gcode
``````bash
vpype read logo.svg linesimplify linemerge linesimplify linesort pagesize --landscape a5 gwrite --profile plotosaurus logo.gcode
```#### For drag knive cutting