PavelSindler
|
f445b6018e
canceling print after crash detection sets saved_priting flag to false
|
6 years ago |
PavelSindler
|
4ecc00e4e3
M600: move extruder 100mm to the left to make space for opening idler
|
6 years ago |
mkbel
|
cdb06c65f3
Merge pull request #1275 from PavelSindler/3_4_2_branch_merging
|
6 years ago |
PavelSindler
|
01529f18d2
upstream/MK3 merge
|
6 years ago |
PavelSindler
|
d005005e22
Merge remote-tracking branch 'upstream/3_4_2' into 3_4_2_branch_merging
|
6 years ago |
PavelSindler
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
PavelSindler
|
bc247ca02c
MK2.5 sw reset at setup function
|
6 years ago |
Robert Pelnar
|
ac18eb67c0
New lang, arduino 1.8.5 - boot_app debug output
|
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 |
Marek Bel
|
1585dc66b0
Merge remote-tracking branch 'prusa3d/MK3_dev' into simplify_EEPROM_M500
|
6 years ago |
Robert Pelnar
|
7882b3c975
Update fsensor in Manage_inactivity instead of main loop.
|
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
|
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 |
Marek Bel
|
10428b30d9
Use cs.mintravelfeedrate from ConfigurationStore.
|
6 years ago |
Marek Bel
|
26e2fd1c76
Use cs.minimumfeedrate from ConfigurationStore.
|
6 years ago |
Marek Bel
|
b8fefceb4d
Use cs.retract_acceleration from ConfigurationStore.
|
6 years ago |
Marek Bel
|
7dbe0afdc4
Use cs.acceleration from ConfigurationStore.
|
6 years ago |
Marek Bel
|
cee51cf9c3
Use cs.max_acceleration_units_per_sq_second_normal from ConfigurationStore.
|
6 years ago |