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."
|
2018-10-08 20:24:56 +02:00 |
|
Marek Bel
|
1585dc66b0
|
Merge remote-tracking branch 'prusa3d/MK3_dev' into simplify_EEPROM_M500
Known limitation: Unable to compile.
|
2018-10-08 15:58:49 +02:00 |
|
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).
|
2018-09-25 16:27:20 +02:00 |
|
Marek Bel
|
ccfcc6f989
|
Document.
|
2018-09-24 18:32:01 +02:00 |
|
Marek Bel
|
3662f60f8f
|
if max_feedrate_silent and max_acceleration_units_per_sq_second_silent were never stored to eeprom, use default values;
|
2018-09-24 18:13:20 +02:00 |
|
Marek Bel
|
c38fef281d
|
Use cs.max_feedrate_silent, cs.max_acceleration_units_per_sq_second_silent from ConfigurationStore.
|
2018-09-24 17:33:58 +02:00 |
|
Marek Bel
|
ca179a2d18
|
Use cs.filament_size from ConfigurationStore.
|
2018-09-24 17:29:02 +02:00 |
|
Marek Bel
|
e225e9cab0
|
Use cs.volumetric_enabled from ConfigurationStore.
|
2018-09-24 17:12:16 +02:00 |
|
Marek Bel
|
a201128b20
|
Use cs.retract_length, cs.retract_feedrate, cs.retract_zlift, cs.retract_recover_length and cs.retract_recover_feedrate from ConfigurationStore.
|
2018-09-24 17:10:25 +02:00 |
|
Marek Bel
|
7e593e6922
|
Use cs.autoretract_enabled from ConfigurationStore.
|
2018-09-24 17:03:10 +02:00 |
|
Marek Bel
|
20ba2b1c79
|
Use cs.bedKp, cs.bedKi and cs.bedKd from ConfigurationStore.
|
2018-09-24 16:57:48 +02:00 |
|
Marek Bel
|
54bcc8aa52
|
Use cs.Kp, cs.Ki and cs.Kd from ConfigurationStore.
|
2018-09-24 16:54:50 +02:00 |
|
Marek Bel
|
f2ae3fb1f7
|
Use cs.zprobe_zoffset from ConfigurationStore.
|
2018-09-24 16:47:57 +02:00 |
|
Marek Bel
|
959d0069fa
|
Use cs.add_homing from ConfigurationStore.
|
2018-09-24 16:42:28 +02:00 |
|
Marek Bel
|
ac7c062161
|
Use cs.max_jerk from ConfigurationStore.
|
2018-09-24 16:35:33 +02:00 |
|
Marek Bel
|
bb66bfe6a7
|
Use cs.minsegmenttime from ConfigurationStore.
|
2018-09-24 16:22:50 +02:00 |
|
Marek Bel
|
10428b30d9
|
Use cs.mintravelfeedrate from ConfigurationStore.
|
2018-09-24 16:01:58 +02:00 |
|
Marek Bel
|
26e2fd1c76
|
Use cs.minimumfeedrate from ConfigurationStore.
|
2018-09-24 15:57:24 +02:00 |
|
Marek Bel
|
b8fefceb4d
|
Use cs.retract_acceleration from ConfigurationStore.
|
2018-09-24 15:53:35 +02:00 |
|
Marek Bel
|
7dbe0afdc4
|
Use cs.acceleration from ConfigurationStore.
|
2018-09-24 15:47:36 +02:00 |
|
Marek Bel
|
cee51cf9c3
|
Use cs.max_acceleration_units_per_sq_second_normal from ConfigurationStore.
|
2018-09-24 15:40:35 +02:00 |
|
Marek Bel
|
02becb5e6a
|
Use cs.max_feedrate_normal from ConfigurationStore.
|
2018-09-24 15:09:19 +02:00 |
|
Marek Bel
|
3f28632443
|
Use cs.axis_steps_per_unit from ConfigurationStore.
|
2018-09-24 14:54:41 +02:00 |
|
Marek Bel
|
d611cad087
|
Temporary hide M500_conf cs to allow automated renaming.
|
2018-09-24 14:42:01 +02:00 |
|
Marek Bel
|
e94dc1341a
|
Use M500_conf cs in Config_ StoreSettings, RetrieveSettings and ResetDefault.
|
2018-09-24 14:34:43 +02:00 |
|
Marek Bel
|
991db0e71d
|
Finish default_conf.
|
2018-09-23 23:36:01 +02:00 |
|
Marek Bel
|
d9e2dcc736
|
Incomplete.
|
2018-09-23 22:21:28 +02:00 |
|
Marek Bel
|
58af1ae4c4
|
Add configuration store struct.
|
2018-09-21 20:52:44 +02:00 |
|
PavelSindler
|
0d4f4fe933
|
Merge pull request #1143 from PavelSindler/lang2
lang fix
|
2018-09-12 09:38:18 +02:00 |
|
PavelSindler
|
45066ebddc
|
lang fix
|
2018-09-12 09:37:16 +02:00 |
|
PavelSindler
|
30d54be9de
|
Merge pull request #1142 from PavelSindler/lang2
changed version
|
2018-09-12 09:20:32 +02:00 |
|
PavelSindler
|
298950e601
|
changed version
|
2018-09-12 09:19:23 +02:00 |
|
Robert Pelnar
|
3e84bf6341
|
Lang update (translation + increased reserved space)
|
2018-09-12 02:45:13 +02:00 |
|
PavelSindler
|
96aada9061
|
load filament messages, czech language missing translation readded
|
2018-09-11 18:25:38 +02:00 |
|
PavelSindler
|
d9a2fe70ec
|
missing declaration fix
|
2018-09-11 11:06:37 +02:00 |
|
PavelSindler
|
c023fb12d5
|
add choose filament messages
|
2018-09-11 09:50:50 +02:00 |
|
PavelSindler
|
90e3ae5464
|
Merge pull request #1127 from XPila/MK3
Lang update, french translation
|
2018-09-11 09:44:02 +02:00 |
|
Robert Pelnar
|
4ca300bc39
|
Lang update, french translation
+resized reserved space
|
2018-09-11 03:43:05 +02:00 |
|
PavelSindler
|
25a46557d1
|
merge with upstream
|
2018-09-10 22:11:32 +02:00 |
|
PavelSindler
|
8a9f066c1b
|
choose_extruder_menu: extruder -> filament
|
2018-09-10 22:09:37 +02:00 |
|
PavelSindler
|
1bb9e9ed92
|
MMU_DEBUG
|
2018-09-10 20:39:28 +02:00 |
|
PavelSindler
|
6fa798aa83
|
init
|
2018-09-10 20:08:13 +02:00 |
|
PavelSindler
|
1253fb338a
|
wizard hotfix
|
2018-09-10 18:02:54 +02:00 |
|
Marek Bel
|
5a6ef00cfc
|
Do not unload filament from nozzle when touching bed in the end of first layer calibration. Unload it after reaching home position.
|
2018-09-07 10:50:23 +02:00 |
|
mkbel
|
cbc506c379
|
Merge pull request #1110 from PavelSindler/lcd_clicked_error_fix
lcd_clicked() fix (PFW-534 and PFW-546)
|
2018-09-07 09:07:03 +02:00 |
|
Marek Bel
|
001680bbdc
|
Merge branch 'MK3' into time_remaining_fix
# Conflicts:
# Firmware/Marlin_main.cpp
|
2018-09-07 08:21:36 +02:00 |
|
mkbel
|
801f8e93e8
|
Merge pull request #1112 from PavelSindler/MK25_time_remaining
MK25: always show "normal mode" remaining time (PFW-553)
|
2018-09-07 08:05:16 +02:00 |
|
PavelSindler
|
2f02828273
|
time remaining fix
|
2018-09-07 02:02:35 +02:00 |
|
PavelSindler
|
66305b3e04
|
MK25: always show "normal mode" remaining time
|
2018-09-06 23:05:36 +02:00 |
|
PavelSindler
|
48f5da9cb8
|
lcd_clicked fix
|
2018-09-06 20:54:51 +02:00 |
|