mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix material profile validator
CURA-4871 Description and adhesion info are not mandatory info.
This commit is contained in:
parent
91c9a82627
commit
6a053a9f46
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@ class XmlMaterialValidator():
|
|||
if validation_metadata.get("version") is None:
|
||||
return "Missing Version"
|
||||
|
||||
if validation_metadata.get("description") is None:
|
||||
return "Missing Description"
|
||||
|
||||
if validation_metadata.get("adhesion_info") is None:
|
||||
return "Missing Adhesion Info"
|
||||
|
||||
return None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue