mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 03:28:57 +08:00
Hide Shared Heater functionality
See the explanation in the comment here as to why.
This commit is contained in:
parent
af05aa61b7
commit
a399c8f5fb
@ -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
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user