mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove multi-buildplate option
It doesn't work any more.
This commit is contained in:
parent
bd314a765f
commit
0b4a3039e5
1 changed files with 2 additions and 1 deletions
|
@ -761,6 +761,7 @@ UM.PreferencesPage
|
|||
}
|
||||
}
|
||||
|
||||
/* Multi-buildplate functionality is disabled because it's broken. See CURA-4975 for the ticket to remove it.
|
||||
Item
|
||||
{
|
||||
//: Spacer
|
||||
|
@ -787,7 +788,7 @@ UM.PreferencesPage
|
|||
checked: boolCheck(UM.Preferences.getValue("cura/use_multi_build_plate"))
|
||||
onCheckedChanged: UM.Preferences.setValue("cura/use_multi_build_plate", checked)
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
Connections
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue