ChristophSchranz / Tweaker-3

A performant auto-rotate software for objects in 3D Printing, whose parameter are trained by an evolutionary algorithm.
GNU General Public License v3.0
91 stars 25 forks source link

Still in development? #20

Closed Maelep closed 2 years ago

Maelep commented 2 years ago

Hello,

Is this project still in development? Is it still useful to use this software? I wanted to try it but I got error when trying to use minimal support (cmd not recognized). I also tried -vol that returns errors.

ChristophSchranz commented 2 years ago

Hi, yes it is still in development.

It it supposed to work. Please share the exact error message.

Maelep commented 2 years ago

Following your README.md

C:\stlTweaker>python Tweaker.py -i calaverita.stl -min sur -x
usage: Tweaker.py [-h] [-i INPUTFILE] [-o OUTPUTFILE] [-vb] [-p] [-c] [-t OUTPUT_TYPE] [-x] [-v] [-r] [-fs FAVSIDE]
                  [-vol]
Tweaker.py: error: unrecognized arguments: -min sur

Following python Tweaker.py -h

C:\stlTweaker>python Tweaker.py -i calaverita.stl -vol
C:\stlTweaker\MeshTweaker.py:100: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
  results = np.array(results)
ChristophSchranz commented 2 years ago

I think your repositiory is not up-to-date. There was a minor change of the API regarding the -min parameter. Please repull and let me know if it still occurs.

Maelep commented 2 years ago

My repository? I downloaded your release yesterday v3.8. Do I need to download your repo instead?

ChristophSchranz commented 2 years ago

Ups, I need to release the latest version.

Yes, clone it or make a pip install.

Maelep commented 2 years ago

Ok, I tried and it's working using your repose. Your release is out-of-date.