mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:39:02 +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);
|
||||
} else {
|
||||
supportEnabled.setPropertyValue("value", true);
|
||||
supportExtruderNr.setPropertyValue("value", index - 1);
|
||||
// Send the extruder nr as a string.
|
||||
supportExtruderNr.setPropertyValue("value", parseInt(index - 1) + "");
|
||||
}
|
||||
}
|
||||
MouseArea {
|
||||
|
Loading…
x
Reference in New Issue
Block a user