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
|
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 |
|
PavelSindler
|
1253fb338a
|
wizard hotfix
|
2018-09-10 18:02:54 +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
|
40679dcb3a
|
Merge branch 'MK3' into MK3
|
2018-09-05 00:06:48 +02:00 |
|
MRprusa3d
|
25a22120fb
|
1-st Layer Calibration correction
filament loading improvement
|
2018-08-30 03:32:33 +02:00 |
|
PavelSindler
|
b284c70d9b
|
auto deplete: dont eject filament
|
2018-08-29 13:08:09 +02:00 |
|
PavelSindler
|
515e78cfd1
|
Eject filament feature in menu, M600: if it was envoked by FINDA, eject filament
|
2018-08-29 01:58:28 +02:00 |
|
PavelSindler
|
d290543d7d
|
Merge pull request #1085 from mkbel/fix_active_filament
Fix active filament PFW-528
|
2018-08-28 23:50:57 +02:00 |
|
Marek Bel
|
2cd8691376
|
Do not use global variable tmp_extruder when setting temperature.
|
2018-08-28 20:26:33 +02:00 |
|
MRprusa3d
|
0695f3f345
|
Z-move correction
Z-move inhibition after FactoryReset
|
2018-08-28 19:58:03 +02:00 |
|
Marek Bel
|
8aeb7e04f1
|
Fix bound check for T0 .. T4 command. Document mmu_load_to_nozzle().
|
2018-08-28 18:52:16 +02:00 |
|
Marek Bel
|
55eaa1de83
|
Fix code indentation.
|
2018-08-28 18:26:10 +02:00 |
|
Marek Bel
|
9fb68fb724
|
Remove usage of global variable tmp_extruder in M200.
|
2018-08-28 18:08:21 +02:00 |
|
PavelSindler
|
3e2cb72695
|
Merge branch 'MK3' into auto_deplete_2
|
2018-08-28 11:01:30 +02:00 |
|
Marek Bel
|
2a00e5d348
|
Fix loading filament screen hangs if changed automatically.
|
2018-08-27 20:09:22 +02:00 |
|
PavelSindler
|
191e5dfddd
|
mmu M600: dont use change extruder posibility; unload starts always imidiately
|
2018-08-27 16:12:10 +02:00 |
|
PavelSindler
|
168bc74102
|
Merge pull request #1075 from PavelSindler/mmu_filament_sensor
Mmu filament sensor
|
2018-08-27 05:26:12 +02:00 |
|
PavelSindler
|
b01e2a1a22
|
Merge pull request #1073 from PavelSindler/M600_mmu_fix
M600 mmu fix
|
2018-08-27 05:26:00 +02:00 |
|
PavelSindler
|
03fffae4c3
|
finda runout sensor can be turned on/off from menu
|
2018-08-27 05:20:42 +02:00 |
|
PavelSindler
|
ceb49d1262
|
finda filament runout: initial version
|
2018-08-27 04:21:43 +02:00 |
|
PavelSindler
|
d3ed270a5a
|
single material printer (no mmu unit) M600 hotfix: M600_check_state loop working
|
2018-08-26 23:52:45 +02:00 |
|
PavelSindler
|
2610547a48
|
Fixed displayed filament after load
|
2018-08-26 16:39:21 +02:00 |
|
PavelSindler
|
85358342bc
|
Merge pull request #1065 from PavelSindler/mmu_v2_continue_loading
Mmu v2: continue loading command
|
2018-08-25 20:03:12 +02:00 |
|
PavelSindler
|
f3edd37d11
|
removing unretract
|
2018-08-25 16:52:19 +02:00 |
|
PavelSindler
|
68f2e22dad
|
continue loading command
|
2018-08-24 18:28:05 +02:00 |
|
MRprusa3d
|
5dc2af961b
|
ShippingPrepare & M600
message after ShippingPrepare
M600 :: better filament (un)retraction
|
2018-08-23 00:08:14 +02:00 |
|
Robert Pelnar
|
315bfc43dd
|
MMU communication fix
|
2018-08-21 16:41:01 +02:00 |
|
Robert Pelnar
|
94423e6f7e
|
MMU communication - mmu_ready
|
2018-08-20 20:53:53 +02:00 |
|