mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-08-13 16:09:03 +08:00
grbl-stream moved to it's own repo'
This commit is contained in:
parent
a1e12c7fdf
commit
cc281f7860
1088
scripts/grbl-stream
1088
scripts/grbl-stream
File diff suppressed because it is too large
Load Diff
1
setup.py
1
setup.py
@ -28,7 +28,6 @@ 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,3 +1,4 @@
|
|||||||
argparse
|
argparse
|
||||||
euclid3
|
euclid3
|
||||||
|
pyserial
|
||||||
six
|
six
|
||||||
|
Loading…
x
Reference in New Issue
Block a user