Merge branch 'main' into CURA-10542-drop_to_buildplate

This commit is contained in:
Saumya Jain 2024-02-14 14:03:10 +01:00 committed by GitHub
commit be39c1c9ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
165 changed files with 1102 additions and 201 deletions

View file

@ -177,6 +177,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: