Reverse reversal
This commit is contained in:
parent
a8228bde5d
commit
d7b0a8892b
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@
|
||||||
void GcodeSuite::M20() {
|
void GcodeSuite::M20() {
|
||||||
if (card.flag.mounted) {
|
if (card.flag.mounted) {
|
||||||
card.ls(
|
card.ls(
|
||||||
parser.boolval('S', TERN1(M20_REPORT_LONG_FILENAMES)),
|
parser.boolval('S', TERN1(M20_REPORT_DOS_FILENAMES)),
|
||||||
parser.boolval('L', ENABLED(M20_REPORT_DOS_FILENAMES))
|
parser.boolval('L', ENABLED(M20_REPORT_LONG_FILENAMES))
|
||||||
);
|
);
|
||||||
if (DISABLED(LONG_FILENAME_HOST_SUPPORT) && parser.boolval('L'))
|
if (DISABLED(LONG_FILENAME_HOST_SUPPORT) && parser.boolval('L'))
|
||||||
SERIAL_ECHOLNPGM("ERROR: LONG_FILENAME_HOST_SUPPORT Not Enabled!");
|
SERIAL_ECHOLNPGM("ERROR: LONG_FILENAME_HOST_SUPPORT Not Enabled!");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue