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
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-08-21 12:18:20 +0300
committerGhostkeeper <rubend@tutanota.com>2020-08-21 12:18:20 +0300
commita399c8f5fb72450acb111cfeeab64b737e456dce (patch)
tree7012ab861f4fea5e726d99e5f016f1421621f6f5 /plugins/MachineSettingsAction
parentaf05aa61b79071e1a0ba77bd5340bb19cf0e16f4 (diff)
Hide Shared Heater functionality
See the explanation in the comment here as to why.
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
index 88f73a86f8..758efd2e4e 100644
--- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
@@ -330,6 +330,14 @@ Item
}
}
+ /* The "Shared Heater" feature is temporarily disabled because its
+ implementation is incomplete. Printers with multiple filaments going
+ into one nozzle will keep the inactive filaments retracted at the
+ start of a print. However CuraEngine assumes that all filaments
+ start at the nozzle tip. So it'll start printing the second filament
+ without unretracting it.
+ See: https://github.com/Ultimaker/Cura/issues/8148
+
Cura.SimpleCheckBox // "Shared Heater"
{
id: sharedHeaterCheckBox
@@ -341,6 +349,7 @@ Item
labelWidth: base.labelWidth
forceUpdateOnChangeFunction: forceUpdateFunction
}
+ */
}
}