mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix class name
Oops. Contributes to issue CURA-6739.
This commit is contained in:
parent
6c84f0dbb6
commit
cead90c5ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue