Skip to content

Commit f8d5b5e

Browse files
committed
Fix Marlin again changed some output format
1 parent 63ce349 commit f8d5b5e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dist/printer/debug/index.html.gz

3 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.

src/components/printer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ function processWSData(buffer) {
721721
}
722722
}
723723
}
724-
if (buffer.startsWith("T:") || buffer.startsWith("ok T:")) {
724+
if (buffer.trim().startsWith("T:") || buffer.startsWith("ok T:")) {
725725
processTemperatures(buffer)
726726
}
727727

0 commit comments

Comments
 (0)