mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 13:47:51 -06:00
Remove old references to buildplate.
CURA-6867
This commit is contained in:
parent
99d47fe772
commit
55531ab04b
6 changed files with 4 additions and 119 deletions
|
@ -175,14 +175,7 @@ Item
|
|||
{
|
||||
id: printerConfiguration
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
buildplate: {
|
||||
switch (printer.buildplate) {
|
||||
case "glass":
|
||||
return catalog.i18nc("@label", "Glass");
|
||||
default:
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
configurations:
|
||||
{
|
||||
var configs = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue