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:
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
}
+ */
}
}