Historique des commits

Auteur SHA1 Message Date
  DRracer da98977de3 Fix. menu texts and formatting - issues PFW-877 and PFW-879 il y a 5 ans
  Marek Bel 74d8c15b4f Fix documentation. il y a 5 ans
  Marek Bel dcfc6348ed Fix documentation. il y a 5 ans
  DRracer a453c6fc9d Save 236B by improving functions in menu.cpp. Beware - the label now has il y a 5 ans
  Marek Bel acfcd59369 Fix compiler warning: il y a 5 ans
  Marek Bel 7c4f66181f Generate menu item texts Load filament <nr.> and Eject filament <nr.> during runtime to conserve flash. il y a 5 ans
  DRracer dc4f30530d Fix a number overflow to last line of LCD when doing large extruder in il y a 5 ans
  DRracer e5911c42da limit printed menu text to max 18 characters il y a 5 ans
  PavelSindler 3cbcbba738 Merge pull request #1510 from mkbel/fix_menu_stack_third_time il y a 5 ans
  MRprusa3d 323071f50a preHeat @ filament management il y a 5 ans
  MRprusa3d da0867cfc5 preHeat @ filament management il y a 5 ans
  Marek Bel c704a4b7ab Fix menu stack overrun. il y a 5 ans
  PavelSindler 91b12ff64b bed level correction menu fix (menu_item_edit for negative integers) il y a 5 ans
  PavelSindler 940f436a5f merge MK3_dev into MK3 il y a 5 ans
  Robert Pelnar e50025cc7d static_assert - portable solution compatible with C++98 il y a 5 ans
  Marek Bel a7fdfdd258 Put repetitive code into separate function. No change in functionality. il y a 5 ans
  Marek Bel 90a10a692a Enable button debouncing also in modal mode (!lcd_update_enabled). In lcd_clicked() consume click event immediately. il y a 5 ans
  Marek Bel 5fe6a3ed1c Place similar functions together. il y a 5 ans
  Marek Bel ea88dea432 Fix memory overwrite. il y a 5 ans
  Marek Bel 085c77effb Fix when value edited, other values appeard as +1.000 instead of [off]. il y a 5 ans
  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. il y a 5 ans
  Marek Bel 5a7c9e3ffd Make local functions static. Saves 30B of flash with Arduino 1.6.9. No difference with Arduino 1.8.5. il y a 5 ans
  Marek Bel 5daae818e1 Convert menu_item_edit to template function. il y a 5 ans
  Marek Bel 07d07831f1 Add portability note. il y a 5 ans
  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. il y a 5 ans
  Robert Pelnar f1ad1d22ba Menu lcd_adjust_bed fixed (Bed level correction, PFW-499) il y a 5 ans
  Robert Pelnar 923a06c164 menu data shared memory re-design il y a 5 ans
  Robert Pelnar 796079bb08 MMU2 communication - connection after reset, fw versions, state machine il y a 5 ans
  Marek Bel ef8921d45e Fix 10 compiler warnings of type: sketch/menu.cpp: In function 'void _menu_edit_int3()': il y a 5 ans
  Marek Bel ca97e2232f Merge remote-tracking branch 'ledvinap/MK3' into fix_compiler_warnings il y a 5 ans