Commit History

Author SHA1 Message Date
  NotaRobotexe ab2eafe175 sheet menu, add hw setting, sheet change in menu, sheet name initialization in eeprom 4 years ago
  Marek Bel 38ff944b03 Reorder EEPROM items to allow possible future grow for Sheets struct. 4 years ago
  Marek Bel 8985d2e26c Fix fix EEPROM conflict. 4 years ago
  Marek Bel 6ed146c37c Fix EEPROM conflict. 4 years ago
  MRprusa3d 98bae7af9f Merge branch 'MK3' into PFW-873 4 years ago
  Marek Bel 712fb1cceb #undef EEPROM_SHEETS_BASE so this internal define for compile-time checking only is not used outside of eeprom.h 4 years ago
  leptun dbc603d5f6 Fix compile error on windows 4 years ago
  Marek Bel 898f6d9d8b Fix EEPROM_Sheets_base overlay of EEPROM_NOZZLE_DIAMETER_uM. 4 years ago
  Marek Bel cd1ea0a655 Move function declaration and structs declarations to top of eeprom.h file. 4 years ago
  NotaRobotexe e77898d5dc code edit 4 years ago
  MRprusa3d a3a7f3106e print parameters checking 4 years ago
  Marek Bel 4a16fe6902 Save z_offset, bed_temp and pinda_temp with sheet calibration. 5 years ago
  Marek Bel 19a474eaa5 Fix compiler warnings. 5 years ago
  Marek Bel 0a48082609 Add steel sheet profile selector. 5 years ago
  Marek Bel 6a272d83b1 Add compile time check for EEPROM stored varibles size. 5 years ago
  Marek Bel 64903e0ae8 Remove unused defines. 5 years ago
  MRprusa3d b7d3766ae2 Merge branch 'MK3' into PFW-790 5 years ago
  Marek Bel ccb649b1f6 Add always cut experimental / for testing feature. 5 years ago
  MRprusa3d 1f131f66e0 print parameters checking 5 years ago
  PavelSindler 6c70d59810 mbl settings initialization fix 5 years ago
  PavelSindler 141b78c048 number of Z-probes defualt value changed from 4 to 3, mmu stealth mode switch in settings menu 5 years ago
  PavelSindler 6a864ffbab G80 parameters configurable via settings menu 5 years ago
  PavelSindler 98bb2b7acf merge debug gcodes for bed analysis 5 years ago
  PavelSindler 85c208f9f4 Merge branch 'MK3' into bad_load_cut 5 years ago
  PavelSindler e27fdafcec menu switch - initial 5 years ago
  Marek Bel 02a692c5d9 Store cutter enable state in EEPROM. 5 years ago
  Laurentiu 4835b9b220 7x7 points mesh bed leveling 5 years ago
  PavelSindler 29ecd4ec7a duplicit T-codes execution improved, E-stepper movements when waiting for ok from mmu, continue loading function improved, eeprom: fail stats for mmu 5 years ago
  PavelSindler 940f436a5f merge MK3_dev into MK3 5 years ago
  Marek Bel 9cae0c378a Rename _EEPROM_writeData to EEPROM_writeData. Rename _EEPROM_readData to EEPROM_readData. Add return value to EEPROM_writeData to detect failure to write. Do not mark data as valid, if write has failed. Remove EEPROM_WRITE_VAR and EEPROM_READ_VAR macros. Make pos input only parameter. Convert EEPROM_OFFSET macro to typed constatant EEPROM_M500_base, it was defined in two places, leave it in one place. Use Config_StoreSettings() instead of erase_eeprom_section(). Compare float with 0xff byte by byte to avoid compiler warning "Dereferencing type punned pointer will break strict aliasing rules." 5 years ago