mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Fix clean config cura, recommended mode support extruder update. CURA-3033
This commit is contained in:
parent
e846a9aebc
commit
64c0cbd0a4
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ Item
|
|||
enabled: base.settingsEnabled
|
||||
property alias _hovered: supportExtruderMouseArea.containsMouse
|
||||
|
||||
currentIndex: parseFloat(supportExtruderNr.properties.value)
|
||||
currentIndex: supportExtruderNr.properties !== null ? parseFloat(supportExtruderNr.properties.value) : 0
|
||||
onActivated:
|
||||
{
|
||||
// Send the extruder nr as a string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue