prusa3d / Prusa-Firmware

Firmware for Original Prusa i3 3D printer by PrusaResearch
GNU General Public License v3.0
2k stars 1.05k forks source link

Cleanup LCD menu #4524

Closed sarusani closed 8 months ago

sarusani commented 8 months ago

Some small changes:

  1. Rename reprint_from_eeprom() to lcd_reprint_from_eeprom() -> The function sets the lcd_return_to_status() at the end, so naming should be consistent witch the other lcd functions
  2. Rename lcd_reprint_usb_print() to lcd_send_action_start() -> Sending action start can not only be used for reprints
  3. Change reprint MENU_ITEM_SUBMENU_P to MENU_ITEM_FUNCTION_P -> There's no submenu, don't show the arrow at the end of the entry
  4. Fix MSG_PRINT_PAUSED ->MSG_PRINT_PAUSED used the lang declaration MSG_PAUSE_PRINT instead of MSG_PRINT_PAUSED
github-actions[bot] commented 8 months ago

All values in bytes. Δ Delta to base

Target ΔFlash ΔSRAM Used Flash Used SRAM Free Flash Free SRAM
MK3S_MULTILANG 0 0 247042 5656 6910 2536
MK3_MULTILANG 0 0 246336 5663 7616 2529