Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-09-28 16:32:02 +0300
committerGhostkeeper <rubend@tutanota.com>2017-09-28 16:33:00 +0300
commit92c407580a9fdfe49a28c533793ff5ea7112e434 (patch)
treefc13eac1faccf715ecc0ee4a70872a07ad7e1619 /cura
parent585b1dea3a514356c5b2518d9f66562e854cf25b (diff)
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.
Diffstat (limited to 'cura')
-rw-r--r--cura/Settings/MaterialSettingsVisibilityHandler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/Settings/MaterialSettingsVisibilityHandler.py b/cura/Settings/MaterialSettingsVisibilityHandler.py
index 44569ea0c3..5b6050d2c0 100644
--- a/cura/Settings/MaterialSettingsVisibilityHandler.py
+++ b/cura/Settings/MaterialSettingsVisibilityHandler.py
@@ -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",