mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Hide Shared Heater functionality
See the explanation in the comment here as to why.
This commit is contained in:
parent
af05aa61b7
commit
a399c8f5fb
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue