Skip to content

Image2GCode is a simple and user-friendly tool designed to convert images into G-Code, optimized for plotters and CNC machines.

License

Notifications You must be signed in to change notification settings

matias-alejandro/image2gcode

Repository files navigation

Image2GCode

image2gcode

English | Español

Image2GCode is a simple and user-friendly tool designed to convert images into G-Code, optimized for plotters and CNC machines.

Versión

Screenshot

Image2GCode screenshot

Dev

Backend (Python):

cd backend
python3 -m venv env
source env/bin/activate  
pip install -r requirements.txt

Frontend (Node.js):

cd ..
npm install

Run:

npm run dev

Package

Generates the AppImage in the release folder

chmod +x package.sh
./package.sh

About

Image2GCode is a simple and user-friendly tool designed to convert images into G-Code, optimized for plotters and CNC machines.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published