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 |
Marek Bel
|
ccfcc6f989
Document.
|
6 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;
|
6 years ago |
Marek Bel
|
c38fef281d
Use cs.max_feedrate_silent, cs.max_acceleration_units_per_sq_second_silent from ConfigurationStore.
|
6 years ago |
Marek Bel
|
ca179a2d18
Use cs.filament_size from ConfigurationStore.
|
6 years ago |
Marek Bel
|
e225e9cab0
Use cs.volumetric_enabled from ConfigurationStore.
|
6 years ago |