mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-08-12 11:18:59 +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 = [
|
||||
'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 = [
|
||||
|
@ -1,3 +1,4 @@
|
||||
argparse
|
||||
euclid3
|
||||
pyserial
|
||||
six
|
||||
|
Loading…
x
Reference in New Issue
Block a user