Compare commits
2 Commits
24ac020314
...
5d3a8e5237
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d3a8e5237 | |||
| ecd2ac37d7 |
@@ -707,6 +707,8 @@ class CadItem(DataModel):
|
|||||||
for key in self.key2label:
|
for key in self.key2label:
|
||||||
if key == "model3d_neu": # 3D Teil Pfad ausnehmen
|
if key == "model3d_neu": # 3D Teil Pfad ausnehmen
|
||||||
continue
|
continue
|
||||||
|
if key == "material_sivas": # Wert in GUI-Spalte "SIVAS-Werte in Feld "Material" nicht berücksichtigen
|
||||||
|
continue
|
||||||
content = self.get_gui_data(key)
|
content = self.get_gui_data(key)
|
||||||
for c in invalid_chars:
|
for c in invalid_chars:
|
||||||
if c in content:
|
if c in content:
|
||||||
|
|||||||
Reference in New Issue
Block a user