Merge branch 'main' into CURA-11561_mockup_pap

This commit is contained in:
Saumya Jain 2024-02-16 11:47:32 +01:00 committed by GitHub
commit 80d7536763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
178 changed files with 1253 additions and 434 deletions

View file

@ -184,6 +184,9 @@ class ThreeMFReader(MeshReader):
else:
Logger.log("w", "Unable to find extruder in position %s", setting_value)
continue
if key == "print_order":
um_node.printOrder = int(setting_value)
continue
if key in known_setting_keys:
setting_container.setProperty(key, "value", setting_value)
else: