mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
material translation, saving to .makerbot on cloud by default when Method printer is selected
CURA-11138
This commit is contained in:
parent
7ce91f5ad8
commit
40d91a7f3e
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ Item
|
||||||
anchors.rightMargin: UM.Theme.getSize("thin_margin").height
|
anchors.rightMargin: UM.Theme.getSize("thin_margin").height
|
||||||
|
|
||||||
enabled: UM.Backend.state == UM.Backend.Done
|
enabled: UM.Backend.state == UM.Backend.Done
|
||||||
currentIndex: UM.Backend.state == UM.Backend.Done ? 0 : 1
|
currentIndex: UM.Backend.state == UM.Backend.Done ? dfFilenameTextfield.text.startsWith("MM")? 1 : 0 : 2
|
||||||
|
|
||||||
textRole: "text"
|
textRole: "text"
|
||||||
valueRole: "value"
|
valueRole: "value"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue