mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
removing select same profile checkbox
CURA-11403
This commit is contained in:
parent
f67d2ed5fe
commit
b1b9660651
4 changed files with 1 additions and 24 deletions
|
@ -27,7 +27,7 @@ class SpecificSettingsModel(ListModel):
|
|||
setting_type = stack.getProperty(setting, "type")
|
||||
if setting_type is not None:
|
||||
# This is not very good looking, but will do for now
|
||||
value = SettingDefinition.settingValueToString(setting_type, value) + " " + unit
|
||||
value = str(SettingDefinition.settingValueToString(setting_type, value)) + " " + str(unit)
|
||||
else:
|
||||
value = str(value)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue