ソースを参照

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

haxar 13年前
コミット
6cc6029d7a
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      Marlin/Marlin.pde

+ 2
- 0
Marlin/Marlin.pde ファイルの表示

@@ -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
           }

読み込み中…
キャンセル
保存