mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
wizard now uses correct property
CURA-1339
This commit is contained in:
parent
8c971d217d
commit
9ee6323177
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ Item
|
|||
|
||||
onHotendTemperaturesChanged:
|
||||
{
|
||||
if(printer_connection.extruderTemperatures[0] > wizardPage.extruder_target_temp - 10 && printer_connection.extruderTemperatures[0] < wizardPage.extruder_target_temp + 10)
|
||||
if(printer_connection.hotendTemperatures[0] > wizardPage.extruder_target_temp - 10 && printer_connection.hotendTemperatures[0] < wizardPage.extruder_target_temp + 10)
|
||||
{
|
||||
if(printer_connection != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue