Browse Source

Remove start_watching_heater() fom M104 and M109

AnHardt 10 years ago
parent
commit
0c0ace2a04
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      Marlin/Marlin_main.cpp

+ 0
- 8
Marlin/Marlin_main.cpp View File

3367
       if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && target_extruder == 0)
3367
       if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && target_extruder == 0)
3368
         setTargetHotend1(temp == 0.0 ? 0.0 : temp + duplicate_extruder_temp_offset);
3368
         setTargetHotend1(temp == 0.0 ? 0.0 : temp + duplicate_extruder_temp_offset);
3369
     #endif
3369
     #endif
3370
-
3371
-    #ifdef THERMAL_PROTECTION_HOTENDS
3372
-      start_watching_heater(target_extruder);
3373
-    #endif
3374
   }
3370
   }
3375
 }
3371
 }
3376
 
3372
 
3482
     if (code_seen('B')) autotemp_max = code_value();
3478
     if (code_seen('B')) autotemp_max = code_value();
3483
   #endif
3479
   #endif
3484
 
3480
 
3485
-  #ifdef THERMAL_PROTECTION_HOTENDS
3486
-    start_watching_heater(target_extruder);
3487
-  #endif
3488
-
3489
   millis_t temp_ms = millis();
3481
   millis_t temp_ms = millis();
3490
 
3482
 
3491
   /* See if we are heating up or cooling down */
3483
   /* See if we are heating up or cooling down */

Loading…
Cancel
Save