Update mesher.py -> use lib3mf instead of py_lib3mf

This commit is contained in:
jdegenstein 2025-02-27 15:59:43 -06:00 committed by GitHub
parent 485bfa1f87
commit 01cf1082b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ from OCP.TopAbs import TopAbs_ShapeEnum
from OCP.TopExp import TopExp_Explorer
from OCP.TopLoc import TopLoc_Location
from OCP.TopoDS import TopoDS_Compound
from py_lib3mf import Lib3MF
from lib3mf import Lib3MF
from build123d.build_enums import MeshType, Unit
from build123d.geometry import TOLERANCE, Color