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 |
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 years ago |
Marek Bel
|
7e593e6922
Use cs.autoretract_enabled from ConfigurationStore.
|
6 years ago |
Marek Bel
|
20ba2b1c79
Use cs.bedKp, cs.bedKi and cs.bedKd from ConfigurationStore.
|
6 years ago |
Marek Bel
|
54bcc8aa52
Use cs.Kp, cs.Ki and cs.Kd from ConfigurationStore.
|
6 years ago |
Marek Bel
|
f2ae3fb1f7
Use cs.zprobe_zoffset from ConfigurationStore.
|
6 years ago |
Marek Bel
|
959d0069fa
Use cs.add_homing from ConfigurationStore.
|
6 years ago |
Marek Bel
|
ac7c062161
Use cs.max_jerk from ConfigurationStore.
|
6 years ago |
Marek Bel
|
bb66bfe6a7
Use cs.minsegmenttime from ConfigurationStore.
|
6 years ago |
mkbel
|
0e7afc67ca
Merge pull request #1175 from PavelSindler/eeprom_version
|
6 years ago |
mkbel
|
2144f0e5a4
Merge pull request #1191 from PavelSindler/start_msg_duplicity
|
6 years ago |
Marek Bel
|
10428b30d9
Use cs.mintravelfeedrate from ConfigurationStore.
|
6 years ago |
PavelSindler
|
cd438c5c00
whitespace
|
6 years ago |