PavelSindler
|
809ae5a5f0
default max feedrate for x and y changed to 100mm/s
|
6 years ago |
Marek Bel
|
08fcfa775d
Merge branch 'MK3_dev' into simplify_EEPROM_M500
|
6 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."
|
6 years ago |
PavelSindler
|
c91c878408
Merge pull request #1202 from MRprusa3d/PFW-573
|
6 years ago |
Marek Bel
|
1585dc66b0
Merge remote-tracking branch 'prusa3d/MK3_dev' into simplify_EEPROM_M500
|
6 years ago |
PavelSindler
|
d79025de58
Merge pull request #1230 from mkbel/improve_erase_EEPROM
|
6 years ago |
Marek Bel
|
c77672bf0f
PFW-608 Decrease wear of mass erase EEPROM and do it faster.
|
6 years ago |
mkbel
|
7bd90c0d01
Update README.md
|
6 years ago |
mkbel
|
8f0ed9752b
Update README.md
|
6 years ago |
PavelSindler
|
27a4081362
Merge pull request #1224 from PavelSindler/MK3_for_merging
|
6 years ago |
PavelSindler
|
436f5b5728
changed version
|
6 years ago |
PavelSindler
|
d2aa13d333
Merge pull request #1199 from mkbel/document_gcodes1
|
6 years ago |
Robert Pelnar
|
9960c80bf7
Additional check always with enabled oq_meassure
|
6 years ago |
Robert Pelnar
|
f9d8c46802
Enable/disable optical quality meassurement in settings menu
|
6 years ago |
Robert Pelnar
|
ced74b7ec2
Merge remote-tracking branch 'upstream/MK3' into MK3
|
6 years ago |
Robert Pelnar
|
7882b3c975
Update fsensor in Manage_inactivity instead of main loop.
|
6 years ago |
PavelSindler
|
3a58489c6a
Merge pull request #1169 from mkbel/remove_duplicate_debouncing_4
|
6 years ago |
PavelSindler
|
362797d40b
Merge pull request #1206 from PavelSindler/MK3_for_merging
|
6 years ago |
PavelSindler
|
bba1ffdb65
version change
|
6 years ago |
PavelSindler
|
aefb4e5c09
Merge pull request #1200 from XPila/MK3
|
6 years ago |
Robert Pelnar
|
e50025cc7d
static_assert - portable solution compatible with C++98
|
6 years ago |
PavelSindler
|
7e9220ada2
Merge pull request #1198 from PavelSindler/communication_timeouts
|
6 years ago |
MRprusa3d
|
0184f06dcf
preHeatError
|
6 years ago |
Robert Pelnar
|
c2f535b619
Filament sensor - fix invalid calculation of fsensor_counter in LA stepper.
|
6 years ago |
Marek Bel
|
0e33db0064
Documentation: Put scattered and unscattered Gcode documentation together in process_commands documentation. Mention at least existence of all implemented commands. Document T<n> and T? commands.
|
6 years ago |
PavelSindler
|
c50db2ed7a
Merge pull request #1197 from mkbel/disable_fil_q_det
|
6 years ago |
PavelSindler
|
e6a00b8f53
send busy messages when checking for filament presence
|
6 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).
|
6 years ago |
Marek Bel
|
d80fcab66c
Disable filament sensor response quality check.
|
6 years ago |
Marek Bel
|
19c1ba6274
Remove duplicate condition. This condition was already in if(mmu_enabled) {} else branch.
|
6 years ago |