Closed josephsamela closed 4 years ago
See https://github.com/gregstarr/pychop3d/issues/26 for more details. This PR adds a main.py script for running pychop3d from the commandline in the form...
main.py
$ python .\main.py '.\models\shoe rack v13.stl'
I tested this with the shoe rack v13.stl model and got the same result as run.py (that is to say the same failure becasue of https://github.com/gregstarr/pychop3d/issues/25).
shoe rack v13.stl
run.py
@gregstarr Can you try this to check that it works?
See https://github.com/gregstarr/pychop3d/issues/26 for more details. This PR adds a
main.py
script for running pychop3d from the commandline in the form...I tested this with the
shoe rack v13.stl
model and got the same result asrun.py
(that is to say the same failure becasue of https://github.com/gregstarr/pychop3d/issues/25).@gregstarr Can you try this to check that it works?