mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 09:29:01 +08:00
Fix class name
Oops. Contributes to issue CURA-6739.
This commit is contained in:
parent
6c84f0dbb6
commit
cead90c5ba
@ -17,7 +17,7 @@ from cura.Scene.CuraSceneNode import CuraSceneNode # To create a node in the sc
|
|||||||
from cura.Scene.SliceableObjectDecorator import SliceableObjectDecorator # Added to the resulting scene node.
|
from cura.Scene.SliceableObjectDecorator import SliceableObjectDecorator # Added to the resulting scene node.
|
||||||
|
|
||||||
## Class that leverages Trimesh to import files.
|
## Class that leverages Trimesh to import files.
|
||||||
class Trimesh(MeshReader):
|
class TrimeshReader(MeshReader):
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user