When having long filenames enabled via M20 L send the short one when hitting the play button - #457
When having long filenames enabled via M20 L send the short one when hitting the play button#457tuxBurner wants to merge 1 commit into
Conversation
…hitting the play button
|
this is a bug in Marlin - no ? also does this solution affect the normal M20 ? |
|
Well i am not sure if this is a Marlin bug. I added the playName var so the name is be used to display the long filename in the ui and sends the short name to the printer when hitting the play button. I tested also if M20 is still working and it did for me. |
|
if long name is not working when sending command then it is marlin bug no ? it was working before |
|
Hmmm okay. I will check if i missed something in the marlin cfg. I thought that the long names are for only better user experience and that the print gcode needs the short ones. |
|
did you check what name is sent compare to what is on sd ? |
When i enabled getting the files from the sd with the command: M21;M20 L, I nicely see the long file names of my files on the sd card.
But when i hit the play button, on a long named file, MARLIN complains that it cannot find the file.
This adds the feature having the files listed nicely and send MARLIN the short one.