mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Update mesher.py -> use lib3mf instead of py_lib3mf
This commit is contained in:
parent
485bfa1f87
commit
01cf1082b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue