Skip to content

Commit f70e82d

Browse files
committed
Fix M23 response to be more like other firmwares
This should address OctoPrint/OctoPrint#1285
1 parent e525779 commit f70e82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymodule/gpxmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ static int translate_handler(Gpx *gpx, Tio *tio, char *buffer, size_t length)
364364
// but other than enumerating all the files again, we don't
365365
// have a way to tell the printer to go check if it can be
366366
// opened
367-
tio_printf(tio, " File opened:%s Size:%d\nFile selected:%s", gpx->selectedFilename, 0, gpx->selectedFilename);
367+
tio_printf(tio, "\nFile opened:%s Size:%d\nFile selected:%s", gpx->selectedFilename, 0, gpx->selectedFilename);
368368
// currently no way to ask Sailfish for the file size, that I can tell :-(
369369
break;
370370
}

0 commit comments

Comments
 (0)