mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Add typings and fix code style
This commit is contained in:
parent
53d083e232
commit
4cc1b6ce02
9 changed files with 61 additions and 39 deletions
|
@ -22,7 +22,7 @@ Item
|
|||
anchors.verticalCenter: printAndMaterialLabel.verticalCenter
|
||||
opacity:
|
||||
{
|
||||
if(printCoreConfiguration == undefined || printCoreConfiguration.activeMaterial == undefined || printCoreConfiguration.hotendID == undefined)
|
||||
if(printCoreConfiguration == null || printCoreConfiguration.activeMaterial == null || printCoreConfiguration.hotendID == null)
|
||||
{
|
||||
return 0.5
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue