mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 04:05:25 +08:00
Use Diagnostic Generator super for Meshes
This commit is contained in:
parent
f74a40bed0
commit
4f4523c4b7
@ -1,9 +1,10 @@
|
||||
from typing import Iterator
|
||||
|
||||
from ..diagnostic import Diagnostic
|
||||
from .diagnostic_generator import DiagnosticGenerator
|
||||
|
||||
|
||||
class Meshes:
|
||||
class Meshes(DiagnosticGenerator):
|
||||
def __init__(self, file, settings) -> None:
|
||||
super().__init__(file, settings)
|
||||
self._max_file_size = self._settings.get("diagnostic-mesh-file-size", 1e6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user