Skip to content

metrixcreate/mendelize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published