mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -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
|
enabled: base.settingsEnabled
|
||||||
property alias _hovered: supportExtruderMouseArea.containsMouse
|
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:
|
onActivated:
|
||||||
{
|
{
|
||||||
// Send the extruder nr as a string.
|
// Send the extruder nr as a string.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue