From fd8ca6958197f4d4e9fcdfc1edcc5bbdccd8fd36 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 28 Sep 2017 15:32:02 +0200 Subject: [PATCH] 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. --- cura/Settings/MaterialSettingsVisibilityHandler.py | 4 ++-- 1 file 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",