mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:29:01 +08:00
Remove multi-buildplate option
It doesn't work any more.
This commit is contained in:
parent
bd314a765f
commit
0b4a3039e5
@ -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
|
Item
|
||||||
{
|
{
|
||||||
//: Spacer
|
//: Spacer
|
||||||
@ -787,7 +788,7 @@ UM.PreferencesPage
|
|||||||
checked: boolCheck(UM.Preferences.getValue("cura/use_multi_build_plate"))
|
checked: boolCheck(UM.Preferences.getValue("cura/use_multi_build_plate"))
|
||||||
onCheckedChanged: UM.Preferences.setValue("cura/use_multi_build_plate", checked)
|
onCheckedChanged: UM.Preferences.setValue("cura/use_multi_build_plate", checked)
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user