mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Remove commented code
Contributes to issue CURA-2767.
This commit is contained in:
parent
d448ed7e08
commit
79e8fc210a
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ Item
|
|||
enabled: base.settingsEnabled
|
||||
property alias _hovered: supportExtruderMouseArea.containsMouse
|
||||
|
||||
currentIndex: parseFloat(supportExtruderNr.properties.value) // supportEnabled.properties.value == "True" ? parseFloat(supportExtruderNr.properties.value) : -1
|
||||
currentIndex: parseFloat(supportExtruderNr.properties.value)
|
||||
onActivated:
|
||||
{
|
||||
// Send the extruder nr as a string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue