Cura/resources/qml/PrintSetupSelector
Ghostkeeper 3af91bfca7
Fix QML warning assigning undefined to an integer field
Fixes the following QML warning in the logs:
2020-03-20 14:02:13,482 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///home/trin/Gedeeld/Projects/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:125:13: Unable to assign [undefined] to int

Instead it now assigns the first extruder before a printer has been created. The first extruder also doesn't exist yet at this point, but this doesn't really matter because there is no interface to show yet at this point.

Done during Turbo Testing and Tooling.
2020-03-20 14:17:24 +01:00
..
Custom Change Custom profiles title similar to Default 2019-12-09 14:35:19 +01:00
Recommended Fix QML warning assigning undefined to an integer field 2020-03-20 14:17:24 +01:00
NoIntentIcon.qml Add warning icon when not all extruders have same intent 2019-09-26 16:26:55 +02:00
PrintSetupSelector.qml Fix QML null warnings 2020-02-13 12:26:49 +01:00
PrintSetupSelectorContents.qml Added several ids to be used in integration tests: 2019-05-03 09:35:17 +02:00
PrintSetupSelectorHeader.qml Elide the profile text in the middle for the PrintSetupSelector. 2019-10-15 10:26:52 +02:00