RotBotSlicer / Transform

Algorithm for 3D printer with new kinematics
GNU General Public License v3.0
238 stars 49 forks source link

what stl libary to i install?? #10

Closed Kaifungamedev closed 1 year ago

Kaifungamedev commented 1 year ago

I'm trying to use the scripts but I don't know that stl library to install Just running "pip install stl" gives me this error :
Traceback (most recent call last): File "c:\Users\User\Documents\GitHub\Transform\Scripts for Variable Angle\Transformation_STL_var_angle.py", line 2, in <module> from stl import mesh ModuleNotFoundError: No module named 'stl'

IgorOhrimenko commented 1 year ago

pip install numpy-stl

Kaifungamedev commented 1 year ago

thanks