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 12 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,6 +864,8 @@ FORCE_INLINE void process_commands()
864 864
               {
865 865
                  SERIAL_PROTOCOLLN( "?" );
866 866
               }
867
+            #else
868
+              SERIAL_PROTOCOLLN("");
867 869
             #endif
868 870
             codenum = millis();
869 871
           }

Loading…
Cancel
Save