Browse Source

Merge pull request #1964 from AnHardt/Max6675again

Add variant for MAX6675 in M104
Scott Lahteine 10 years ago
parent
commit
3c9e94e035
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -3134,7 +3134,7 @@ inline void gcode_M104() {
3134 3134
 inline void gcode_M105() {
3135 3135
   if (setTargetedHotend(105)) return;
3136 3136
 
3137
-  #if HAS_TEMP_0 || HAS_TEMP_BED
3137
+  #if HAS_TEMP_0 || HAS_TEMP_BED || defined(HEATER_0_USES_MAX6675)
3138 3138
     SERIAL_PROTOCOLPGM("ok");
3139 3139
     #if HAS_TEMP_0
3140 3140
       SERIAL_PROTOCOLPGM(" T:");

Loading…
Cancel
Save