-
Notifications
You must be signed in to change notification settings - Fork 541
Plugins: Heightmap
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):
to this:
and this:
It needs PIL and try to use numpy if installed.