An open API service indexing awesome lists of open source software.

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

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).

![Screenshot 2024-11-08 at 22-53-08 SVG-Code](https://github.com/user-attachments/assets/a3b79302-914f-42e2-bc14-a5cad1b135dd)

![Screenshot 2024-11-08 at 22-53-28 SVG-Code](https://github.com/user-attachments/assets/56d84864-7c42-4bab-bce7-825f2f2fb5c2)

### Stack

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

### Examples