mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:19:02 +08:00
fixing typo checks
CURA-10903
This commit is contained in:
parent
561a40d000
commit
bb94ce9e75
@ -90,7 +90,7 @@ class Definition(Linter):
|
||||
|
||||
yield Diagnostic(
|
||||
file=self._file,
|
||||
diagnostic_name="diagnostic-definition-redundant-override",
|
||||
diagnostic_name="diagnostic-material-temperature-defined",
|
||||
message=f"Overriding {key} as it belongs to material temperature catagory and shouldn't be placed in machine definitions",
|
||||
level="Warning",
|
||||
offset=found.span(0)[0],
|
||||
|
Loading…
x
Reference in New Issue
Block a user