gregstarr / pychop3d

Python implementation of "Chopper: Partitioning Models into 3D-Printable Parts"
MIT License
19 stars 4 forks source link

create cli tool to run pychop3d, #26 #27

Closed josephsamela closed 4 years ago

josephsamela commented 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...

$ 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).

@gregstarr Can you try this to check that it works?