smith3d / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
95 stars 32 forks source link

Menu item in "CONTROL" is out of range #29

Open tfaz099 opened 3 years ago

tfaz099 commented 3 years ago

Description

<When selecting "CONTROL" and looking where the normal "Store Configuration" it has been changed to "Storage Configuration" which (1) is not grammatically correct and (2) does not fit on the screen>

Steps to Reproduce

Self explanitory

Expected behavior: When selecting the "CONTROL" menu option the option to update the EEPROM should state "Store Configuration" or "Save to EEPROM"

Actual behavior: Already explained

tfaz099 commented 3 years ago

Where are the menu labels tucked away in the firmware coding? I looked everywhere (well obviously not)