Fix class name

Oops.

Contributes to issue CURA-6739.
This commit is contained in:
Ghostkeeper 2019-08-29 14:15:34 +02:00
parent 6c84f0dbb6
commit cead90c5ba
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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__()