mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-06-04 11:25:20 +08:00
grbl-stream script screenshots
This commit is contained in:
parent
431ccb7dcf
commit
d482a5322e
BIN
media/grbl-stream_jogging.png
Normal file
BIN
media/grbl-stream_jogging.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
media/grbl-stream_streaming.png
Normal file
BIN
media/grbl-stream_streaming.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
1
setup.py
1
setup.py
@ -28,6 +28,7 @@ CLASSIFIERS = [
|
|||||||
INSTALL_REQUIRES = [
|
INSTALL_REQUIRES = [
|
||||||
'argparse', # Python command-line parsing library
|
'argparse', # Python command-line parsing library
|
||||||
'euclid3', # 2D and 3D vector, matrix, quaternion and geometry module.
|
'euclid3', # 2D and 3D vector, matrix, quaternion and geometry module.
|
||||||
|
'pyserial', # Python Serial Port Extension
|
||||||
'six', # Python 2 and 3 compatibility utilities
|
'six', # Python 2 and 3 compatibility utilities
|
||||||
]
|
]
|
||||||
SCRIPTS = [
|
SCRIPTS = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 1.1
|
Metadata-Version: 1.1
|
||||||
Name: pygcode
|
Name: pygcode
|
||||||
Version: 0.1.1
|
Version: 0.1.2
|
||||||
Summary: Basic g-code parser, interpreter, and encoder library.
|
Summary: Basic g-code parser, interpreter, and encoder library.
|
||||||
Home-page: https://github.com/fragmuffin/pygcode
|
Home-page: https://github.com/fragmuffin/pygcode
|
||||||
Author: Peter Boin
|
Author: Peter Boin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user