wizard now uses correct property

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-14 13:26:38 +02:00
parent 8c971d217d
commit 9ee6323177

View file

@ -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)
{