-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prusa Marlin: SD Card Filenames Must be Lowercase #273
Comments
But what M20 command display? Uppercase or Lower case ? |
Also the line you linked it lowercase to compare file name with autoname which is lowercase - no related to print command itself |
Looks like there is a lot of case sensitivity with Prusa's Marlin firmware....
|
Also worth notting is that the temperature output for the Prusa i3 firmware is different when heating up for a print.
Will also output the print time and completion overtime without prompting.
|
Make no real sense to list files names upper case but accept only lower case file name |
So it never display target temperature ? |
Not recognising Gcode with lower case is not prusa specific from another hand many FW behave same |
I agree... I do not know why this is... makes no sense to be case sensitive.
It does after the target temp is reached.
GRBL is not this way. Thats what I am used to. |
Need to add a complete definition of prusa FW like Marlin or Smoothieware to handle all exceptions as I guess more to come. |
SD card printing, and I imagine other gains. |
Do they plan to fix this upper/lower case issue ? M20 should be fixed or it should affect several function like M30 and M28 I guess |
Looks like no update - did you handled ? |
No solution yet... no communication from Prusa.... |
Ok if you do not mind I close issue then - let's re open if any update |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It appears that for the marlin firmware the filenames must be converted to lowercase when sent.
Though, this is not indicated in the documenation.
It appears that the Prusa firmware for the LCD screen converts to lower case, and is why printing from SD card using the LCD screen works.
Tested the following on Prusa i3 MK3 w/ FW v3.4.1
Select file from SD Card:
If the command is sent as
M23 TEST~1.GCO
, the command will fail.Print selected file from SD Card:
The text was updated successfully, but these errors were encountered: