Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 679 Bytes

File metadata and controls

42 lines (30 loc) · 679 Bytes

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