mcode-inject (2009/11/12) | index /home/sam/Public/mcode-inject.py |
RepStrap Extruder MCode Injection
DESCRIPTION
The script should be invoked by EMC2 upon hitting M1xx User M Code. This will inject corresponding value to HAL pin and so that the repstrap-extruder driver could pick up.
Please read the README.html usage.
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
PIPE = -1 STDOUT = -2 __author__ = 'Saw Wong (sam@hellosam.net)' __date__ = '2009/11/12' __license__ = 'GPL 3.0' blocking_mcodes = {101: 1, 150: 1} |
Author | ||
Saw Wong (sam@hellosam.net) |