-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Case Sensitivity for Commands and Filename #1325
Comments
Hey guys! Any news on this issue? I was trying with the current firmware 3.10.0-4481 on my MK3S and was also stumbling on this issue: M20 returns uppercase filesnames and M23, M30, and M32 work only with lowercase filenames. To me it actually doesn't matter what IS the case, yet all commands should make use of the same case... |
It should be easy to convert the inputs for M23, M30, and M32 to lower case, thus any case would be supported but then there is no way to differeniate between two files with the same name but with different cases. Regarding M20, I would expect to see the actual case on the file name in the same way as it is stored into memory. Whether it contains a capital letter, all upper case or all lower case. But if we do this I suppose we should maybe also make M23, M30 and M32 case sensitive? ( that is, the user must type the name exactly as listed by M20) But converting anything the user inputs into lower case will atleast improve the situation? Anyone have thoughts on this? |
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
This issue has been closed due to lack of recent activity. |
I am having an issue with the Prusa Firmware.
When sending the print file command the I have noticed that the firmware is case sensitive.
More details here: luc-github/ESP3D#273
FAIL
WORKS
This is also odd because the file list is output in UPPERCASE, but requires lowercase input.
The text was updated successfully, but these errors were encountered: