bmander / mendelize

postprocess cad.py gcode into a form useful for the mendel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mendelize.py postprocesses cad.py .g files into a form that works well in the
mendel.

$ mendelize.py hello.g | gcdump

actually, that doesn't work for some reason, though it should. the workaround is:

$ mendelize.py hello.g > hello.mendel

-- open hello.mendel, and copy the entire file
-- run gcdump, which will give you an interactive console to dump gcode into the
   mendel
   
$ gcdump

-- then paste the gcode in there. It'll start going. Woo!

About

postprocess cad.py gcode into a form useful for the mendel


Languages

Language:Python 100.0%