gryzlov

Results 3 comments of gryzlov

Yes, can you change regexp to support long file names?

Already tried, but get "_The target filename is invalid. Filename must be 8dot3 format._" error message

I removed the code ``` if (self.getProfileSetting("flash_method") == "marlinbft" && self.getProfileSetting("marlinbft_use_custom_filename") && !self.checkMarlinBftCustomFileName()) { alert = gettext("The target filename is invalid. Filename must be 8dot3 format."); } ``` and i...