Browse Source

Merge pull request #54 from haxar/patch-1

M109 EOL fix when TEMP_RESIDENCY_TIME is undefined; printer interface (p...
ErikZalm 12 years ago
parent
commit
7c6141ebc4
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