Commit History

Author SHA1 Message Date
  Yuri D'Elia f7542aa064 Report travel acceleration in M503 3 years ago
  Yuri D'Elia 76911f67db Take advantage of the new is_uninitialized function 3 years ago
  Yuri D'Elia 45811f82aa Initialize default travel_acceleration from EEPROM 3 years ago
  Yuri D'Elia 1c76152e62 Implement separate travel acceleration (M204 T) 3 years ago
  Yuri D'Elia 3b528196dd Fixup prefix echomagic for the LA config report 5 years ago
  Yuri D'Elia eeea2725cb Partial LA15 support 5 years ago
  Harpalyke 0f21ccee3c Adding the microstepping resolution for all axis to the eprom config which is persisted during M500 for Mk3 and Mk3S 5 years ago
  Marek Bel ab5b57df11 Style. 5 years ago
  PavelSindler cb7c701791 whitespace 5 years ago
  PavelSindler 7d538cde6c Retrieve settings (M501): initialize each item in feedrate and acceleration arrays separately 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
  Marek Bel 1585dc66b0 Merge remote-tracking branch 'prusa3d/MK3_dev' into simplify_EEPROM_M500 5 years ago
  Marek Bel 4151e19781 Remove attribute packed. It is not needed on 8-bit platform. Change of platform would be detected by static_assert (sizeof(M500_conf) == 188). 5 years ago
  Marek Bel ccfcc6f989 Document. 5 years ago
  Marek Bel 3662f60f8f if max_feedrate_silent and max_acceleration_units_per_sq_second_silent were never stored to eeprom, use default values; 5 years ago
  Marek Bel c38fef281d Use cs.max_feedrate_silent, cs.max_acceleration_units_per_sq_second_silent from ConfigurationStore. 5 years ago
  Marek Bel ca179a2d18 Use cs.filament_size from ConfigurationStore. 5 years ago
  Marek Bel e225e9cab0 Use cs.volumetric_enabled from ConfigurationStore. 5 years ago
  Marek Bel a201128b20 Use cs.retract_length, cs.retract_feedrate, cs.retract_zlift, cs.retract_recover_length and cs.retract_recover_feedrate from ConfigurationStore. 5 years ago
  Marek Bel 7e593e6922 Use cs.autoretract_enabled from ConfigurationStore. 5 years ago
  Marek Bel 20ba2b1c79 Use cs.bedKp, cs.bedKi and cs.bedKd from ConfigurationStore. 5 years ago
  Marek Bel 54bcc8aa52 Use cs.Kp, cs.Ki and cs.Kd from ConfigurationStore. 5 years ago
  Marek Bel 959d0069fa Use cs.add_homing from ConfigurationStore. 5 years ago
  Marek Bel ac7c062161 Use cs.max_jerk from ConfigurationStore. 5 years ago
  Marek Bel bb66bfe6a7 Use cs.minsegmenttime from ConfigurationStore. 5 years ago
  Marek Bel 10428b30d9 Use cs.mintravelfeedrate from ConfigurationStore. 5 years ago
  Marek Bel 26e2fd1c76 Use cs.minimumfeedrate from ConfigurationStore. 5 years ago
  Marek Bel b8fefceb4d Use cs.retract_acceleration from ConfigurationStore. 5 years ago
  Marek Bel 7dbe0afdc4 Use cs.acceleration from ConfigurationStore. 5 years ago
  Marek Bel cee51cf9c3 Use cs.max_acceleration_units_per_sq_second_normal from ConfigurationStore. 5 years ago