www.spacymen.com

Tag - Python

Entries feed

14/11/2011

Do you fill like I do ?

Now that you understand what drawing with Gcode really means, you know that only vectors can be turned into stroke paths.
In a vector graphic editor such as Inkscape you can fill a closed path, but that filling will only exist on your screen.
Even if you tell Inkscape to fill in some path, you will only get the path's outline plotted when converted into Gcode instructions. That's because only the outline is a path but the filled area isn't.
So if we want our filled areas to be pen-plotted, we must first find a way to convert them into stroke paths.

Let's see how...TSP (result)

Continue reading...

25/10/2011

Drawing with Gcode

It took me a lot of time, web searches, trials and errors to find a way to convert a bitmap image into a nice Gcode tool path.
I have tried many things including extruding a greyscale image into a 3D mesh and then extract its first slice using Axon/Skeinforge.
But this method, like many others, produced very poor results...

...until I found out there is a pen-plotter project for the Makerbot called "Unicorn".

Inkscape plugin

Continue reading...

13/04/2011

Just magic !

Doing searches on the web, I found that little python script.
It's aimed to print lampshades from grayscale images on a Makerbot.

Lampshade

If it works on a Makerbot it should also work on a Rapman. So let's try that...

Continue reading...