Cura/resources/qml/PrintSetupSelector/Recommended
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
..
RecommendedAdhesionSelector.qml Fix adhesion checkbox in recommended mode 2019-05-21 08:10:49 +02:00
RecommendedInfillDensitySelector.qml Give tick marks a font 2018-12-31 13:57:49 +01:00
RecommendedPrintSetup.qml Remove unused catalog 2019-10-25 15:49:05 +02:00
RecommendedQualityProfileSelector.qml Prevent "sticky" tooltips 2019-11-11 10:47:53 +01:00
RecommendedSupportSelector.qml Fix QML warning assigning undefined to an integer field 2020-03-20 14:17:24 +01:00