Skip to content

petaflot/pygcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygcode

GCODE Parser for Python

Currently in development, pygcode is a low-level GCode interpreter for python.

Installation

Somthing in the order of

    git clone git@github.com:petaflot/pygcode.git --depth=1
    cd pygcode
    pip install -e .

Configuration

Make sure you set _DEFAULT_ to the dialect you want to use in src/pygcode/dialects/__init__.py ; this is absolutely suboptimal, contributions are welcome. Also, note that marlin2 flavor covers all versions of Marlin ; due to some functional redundances, some commands have been commented out (typically for bed leveling and delta bots, see src/pygcode/gcodes_marlin.py).

Documentation

Check out the wiki for documentation.

About

GCODE Parser for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • nesC 6.1%
  • Shell 2.0%
  • G-code 0.1%