Hide Shared Heater functionality

See the explanation in the comment here as to why.
This commit is contained in:
Ghostkeeper 2020-08-21 11:18:20 +02:00
parent af05aa61b7
commit a399c8f5fb
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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" Cura.SimpleCheckBox // "Shared Heater"
{ {
id: sharedHeaterCheckBox id: sharedHeaterCheckBox
@ -341,6 +349,7 @@ Item
labelWidth: base.labelWidth labelWidth: base.labelWidth
forceUpdateOnChangeFunction: forceUpdateFunction forceUpdateOnChangeFunction: forceUpdateFunction
} }
*/
} }
} }