https://github.com/dtgreene/svg-code
SVG to G-Code converter
https://github.com/dtgreene/svg-code
gcode gcode-generation plotter svg
Last synced: 9 months ago
JSON representation
SVG to G-Code converter
- Host: GitHub
- URL: https://github.com/dtgreene/svg-code
- Owner: dtgreene
- Created: 2024-10-17T22:08:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T16:59:00.000Z (about 1 year ago)
- Last Synced: 2025-04-24T05:54:01.709Z (9 months ago)
- Topics: gcode, gcode-generation, plotter, svg
- Language: JavaScript
- Homepage: https://dtgreene.github.io/svg-code/dist
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SVG-Code
A web-based tool for converting SVGs into GCode.
Inspired by [svg2gcode](https://github.com/sameer/svg2gcode) and [saxi](https://github.com/nornagon/saxi).
[Check it out on GitHub Pages](https://dtgreene.github.io/svg-code/dist)
### Features
- Easy alignment, size, rotation, and margin options.
- Path post-processing (using the [optimize-paths](https://github.com/nornagon/optimize-paths) library).
- Grid mode for slicing larger projects into multiple pieces.
- Settings are saved into local storage including the SVG data (if file size is small enough).


### Stack
Built using React, Vite, TailwindCSS, and [Shadcn](https://github.com/shadcn-ui/ui).
### Examples
