mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:59:10 +08:00
Use the right values when sending profile overrides
Contributes to #325
This commit is contained in:
parent
566db2cb76
commit
e40c785d86
@ -297,7 +297,7 @@ class CuraEngineBackend(Backend):
|
||||
def _handlePerObjectSettings(self, node, message):
|
||||
profile = node.callDecoration("getProfile")
|
||||
if profile:
|
||||
for key, value in profile.getChangedSettings().items():
|
||||
for key, value in profile.getChangedSettingValues().items():
|
||||
setting = message.settings.add()
|
||||
setting.name = key
|
||||
setting.value = str(value).encode()
|
||||
|
Loading…
x
Reference in New Issue
Block a user