mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 22:31:21 -07:00
Fixed typo. CURA-2767
This commit is contained in:
parent
14701d89d0
commit
8ff233871f
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ Item
|
|||
enabled: base.settingsEnabled
|
||||
property alias _hovered: supportExtruderMouseArea.containsMouse
|
||||
|
||||
currentIndex: parseFloat(supportExtruderNr.properties.value)q
|
||||
currentIndex: parseFloat(supportExtruderNr.properties.value)
|
||||
onActivated:
|
||||
{
|
||||
// Send the extruder nr as a string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue