grbl-stream script screenshots

This commit is contained in:
Peter Boin 2017-08-06 20:46:50 +10:00
parent 431ccb7dcf
commit d482a5322e
4 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -28,6 +28,7 @@ CLASSIFIERS = [
INSTALL_REQUIRES = [
'argparse', # Python command-line parsing library
'euclid3', # 2D and 3D vector, matrix, quaternion and geometry module.
'pyserial', # Python Serial Port Extension
'six', # Python 2 and 3 compatibility utilities
]
SCRIPTS = [

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pygcode
Version: 0.1.1
Version: 0.1.2
Summary: Basic g-code parser, interpreter, and encoder library.
Home-page: https://github.com/fragmuffin/pygcode
Author: Peter Boin