mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added default_printing_temperature property
CURA-2586
This commit is contained in:
parent
be5a6e421b
commit
58e7e6ef5a
4 changed files with 15 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ class MaterialSettingsVisibilityHandler(UM.Settings.Models.SettingVisibilityHand
|
|||
super().__init__(parent = parent, *args, **kwargs)
|
||||
|
||||
material_settings = set([
|
||||
"material_print_temperature",
|
||||
"default_material_print_temperature",
|
||||
"material_bed_temperature",
|
||||
"material_standby_temperature",
|
||||
"cool_fan_speed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue