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:39 +0300
committerGhostkeeper <rubend@tutanota.com>2020-08-21 12:18:39 +0300
commit37855e7d19cf690b0666477e4d24a43f20c35b7a (patch)
treefd72d44f6ce82cdc8a7c51a0397c45aae4d54221
parent9ea418c0a1bcb5645a61b9534c61381e8c618e3a (diff)
parenta399c8f5fb72450acb111cfeeab64b737e456dce (diff)
Merge branch '4.7'
-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
}
+ */
}
}