mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +08:00
Extruder nr is now sent as string
CURA-2071
This commit is contained in:
parent
87a0543d0c
commit
c381b82ac1
@ -327,7 +327,8 @@ Item
|
|||||||
supportEnabled.setPropertyValue("value", false);
|
supportEnabled.setPropertyValue("value", false);
|
||||||
} else {
|
} else {
|
||||||
supportEnabled.setPropertyValue("value", true);
|
supportEnabled.setPropertyValue("value", true);
|
||||||
supportExtruderNr.setPropertyValue("value", index - 1);
|
// Send the extruder nr as a string.
|
||||||
|
supportExtruderNr.setPropertyValue("value", parseInt(index - 1) + "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user