whenever I try to do (from stl import mesh) I got this error: "No name 'mesh' in module 'stl' pylint(no-name-in-module)"
I tried to do this :
pip install stl
pip install numpy-stl
and is there any possible way to convert stl files into G-code using python?