mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
USB printing now uses printeroutputdevice for temperatures
CURA-1339
This commit is contained in:
parent
45b3e8fbd6
commit
0a46567c17
3 changed files with 11 additions and 25 deletions
|
|
@ -25,7 +25,8 @@ UM.Dialog
|
|||
Label
|
||||
{
|
||||
//: USB Printing dialog label, %1 is head temperature
|
||||
text: catalog.i18nc("@label","Extruder Temperature %1").arg(manager.extruderTemperature)
|
||||
Component.onCompleted: console.log(manager.hotendTemperatures)
|
||||
text: catalog.i18nc("@label","Extruder Temperature %1").arg(manager.hotendTemperatures[0])
|
||||
}
|
||||
Label
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue