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