Skip to content
SteveMoto edited this page Jun 29, 2018 · 1 revision

It's a porting of image2gcode from LinuxCNC and another python implementation from scorch: dmap2gcode
It takes an image and creates a height pocketing using darkest area as deeper and lighter area as higher. Here is a fast test (bad quality):

From:
dame
To:
wp_20151119_15_02_05_pro

or from this:
bcnc

to this:

screenshot 2015-11-19 19 17 10

and this:

wp_20151119_19_18_18_pro

It needs PIL and try to use numpy if installed.

Clone this wiki locally