Comment out visibility of flow temperature graph

Apparently it's not allowed to be in there. By being commented out I hope that a future developer won't make the same mistake and add it there to be editable in the interface.
This commit is contained in:
Ghostkeeper 2017-09-28 15:32:02 +02:00
parent fded206cc3
commit fd8ca69581
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
# Uranium is released under the terms of the LGPLv3 or higher.
# Cura is released under the terms of the LGPLv3 or higher.
import UM.Settings.Models.SettingVisibilityHandler
@ -11,7 +11,7 @@ class MaterialSettingsVisibilityHandler(UM.Settings.Models.SettingVisibilityHand
"default_material_print_temperature",
"material_bed_temperature",
"material_standby_temperature",
"material_flow_temp_graph",
#"material_flow_temp_graph",
"cool_fan_speed",
"retraction_amount",
"retraction_speed",