提交历史

作者 SHA1 备注 提交日期
  D.R.racer 0eb7261e29 Save ~100B on menu implementation 3 年之前
  Yuri D'Elia 0b9123ce24 Fix Live K, allow "Advance K" to be translated 4 年之前
  Yuri D'Elia 5122f79a39 Merge remote-tracking branch 'upstream/MK3' into MK3_LA15 4 年之前
  leptun e828798209 Fixes after merge and line buffer 4 年之前
  leptun 3c4fffef60 Merge branch 'MK3' into MK3_Translations 4 年之前
  leptun 6a8330a43b Toggle "HW Setup"* 4 年之前
  Marek Bel d647cdc02c Convert sheet switcher from sub menu to function. Handle null characters in sheet name. 4 年之前
  leptun 505deb28fd Toggle menu item 4 年之前
  Yuri D'Elia 18b8dc89e5 Merge remote-tracking branch 'upstream/MK3' into MK3_LA15 4 年之前
  NotaRobotexe 9c95f8c015 sheet menu 4 年之前
  Marek Bel d344e514c4 Rename functions and macro to match with naming convention - remove 'P' where there is no pointer to progmem. 4 年之前
  Marek Bel d879794922 Remove first parameter of macro menu_format_sheet_P_E, of function menu_format_sheet_P_E and menu_item_submenu_P as it was always called with the same parameter. Saves 66B of FLASH. 4 年之前
  Marek Bel 53dbcdd852 Display sheet name when adjusting Z. Costs 130B of flash. 4 年之前
  Marek Bel e6fbac08ed Move sheet selector to submenu. 4 年之前
  Marek Bel 0a48082609 Add steel sheet profile selector. 4 年之前
  Marek Bel 6717590631 Merge branch 'MK3' into MK3_LA15 5 年之前
  Yuri D'Elia 0a26de1e7f Allow to live-tune K during a print 5 年之前
  DRracer 9cb0bc7bcf Fix MINTEMP errors and fsensor runout 5 年之前
  DRracer a453c6fc9d Save 236B by improving functions in menu.cpp. Beware - the label now has 5 年之前
  Marek Bel 7c4f66181f Generate menu item texts Load filament <nr.> and Eject filament <nr.> during runtime to conserve flash. 5 年之前
  Marek Bel 1a0370e1c7 Make macro ON_MENU_LEAVE() usage similar to macros MENU_ITEM_BACK_P() and MENU_ITEM_FUNCTION_P(). 5 年之前
  DRracer 0794430208 Fix for linearity correction not being stored to EEPROM when doing MENU- 5 年之前
  MRprusa3d da0867cfc5 preHeat @ filament management 5 年之前
  Marek Bel 46a3baac57 Add menu_item_edit_P<uint8_t*> specialization to be used for linearity correction. Works well, but costs about 600..700B of FLASH, needs to be optimized. 5 年之前
  Marek Bel 5a7c9e3ffd Make local functions static. Saves 30B of flash with Arduino 1.6.9. No difference with Arduino 1.8.5. 5 年之前
  Marek Bel 5daae818e1 Convert menu_item_edit to template function. 5 年之前
  Marek Bel bb5ac93921 Add missing compile time check for ShortTimer fitting into menu_data. Convert preprocessor checks to shorter and more accurate static_assert. Remove redundant macro MENU_DATA_EDIT_SIZE. Decrease scope of menu_stack and asociated macro. No functional change. 5 年之前
  Marek Bel ef6188cd59 Hot fix PFW-505 Speed change after tuning (on USB). 5 年之前
  Robert Pelnar f1ad1d22ba Menu lcd_adjust_bed fixed (Bed level correction, PFW-499) 5 年之前
  Robert Pelnar 923a06c164 menu data shared memory re-design 5 年之前