Browse Source

M109 EOL fix when TEMP_RESIDENCY_TIME is undefined; printer interface (pronterface) could not see target extruder heater temperature to continue print

haxar 13 years ago
parent
commit
6cc6029d7a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Marlin.pde

+ 2
- 0
Marlin/Marlin.pde View File

864
               {
864
               {
865
                  SERIAL_PROTOCOLLN( "?" );
865
                  SERIAL_PROTOCOLLN( "?" );
866
               }
866
               }
867
+            #else
868
+              SERIAL_PROTOCOLLN("");
867
             #endif
869
             #endif
868
             codenum = millis();
870
             codenum = millis();
869
           }
871
           }

Loading…
Cancel
Save