mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
Fix clean config cura, recommended mode support extruder update. CURA-3033
This commit is contained in:
parent
e846a9aebc
commit
64c0cbd0a4
@ -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…
x
Reference in New Issue
Block a user