mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix typo
CURA-5941
This commit is contained in:
parent
07d58c3aef
commit
f7f3c96f81
4 changed files with 6 additions and 6 deletions
|
@ -50,7 +50,7 @@ Item
|
|||
|
||||
//: Setting enable printing build-plate adhesion helper checkbox
|
||||
style: UM.Theme.styles.checkbox
|
||||
enabled: recommendedPrintSettup.settingsEnabled
|
||||
enabled: recommendedPrintSetup.settingsEnabled
|
||||
|
||||
visible: platformAdhesionType.properties.enabled == "True"
|
||||
checked: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue