mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:19:02 +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
|
enabled: base.settingsEnabled
|
||||||
property alias _hovered: supportExtruderMouseArea.containsMouse
|
property alias _hovered: supportExtruderMouseArea.containsMouse
|
||||||
|
|
||||||
currentIndex: parseFloat(supportExtruderNr.properties.value)
|
currentIndex: supportExtruderNr.properties !== null ? parseFloat(supportExtruderNr.properties.value) : 0
|
||||||
onActivated:
|
onActivated:
|
||||||
{
|
{
|
||||||
// Send the extruder nr as a string.
|
// Send the extruder nr as a string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user