luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
762 stars 305 forks source link

[Question] Why not convert file name to 8.3 format in the web interface? #168

Closed gaby64 closed 3 years ago

gaby64 commented 3 years ago

This is doable in javascript.

When the machine is marlin, why not save the user some hassle and just convert the name on the fly to 8.3 format?

github-actions[bot] commented 3 years ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

luc-github commented 3 years ago

This bring more test and more code than just rename to do it properly:

why not ask Marlin to support long name and save everyone hassle? all other fw support long name So https://github.com/luc-github/ESP3D/discussions/326