/image-to-gcode-DP

Program capable to transform an image to a GCODE file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Image to gcode - Duck Plotter

This project aims at transforming every image in a gcode file after finding the best configuration and quality. The resulting file can then be sent to the Duck Plotter to draw it on the paper.

How to use it

First of all install the necessary requirements

pip install -r requirements.txt

Run the program

python main.py

Choose an image, tune the settings and find the best ones.

Export the results as a gcode file using the specific button.

Main window