MRprusa3d
|
46b2c93d60
MeshBed Leveling Fail III
|
6 years ago |
MRprusa3d
|
9953518681
MeshBed Leveling Fail II
|
6 years ago |
Robert Pelnar
|
d6b5f5a1c7
PFW643 - removed M910-M918, implemented M907
|
6 years ago |
PavelSindler
|
7e43b15b54
Merge pull request #1303 from PavelSindler/m600_idler
|
6 years ago |
PavelSindler
|
78775e2f87
Merge pull request #1302 from PavelSindler/wizard_improvements
|
6 years ago |
PavelSindler
|
0a2ad97bc6
Merge pull request #1290 from PavelSindler/mmu_improvements
|
6 years ago |
PavelSindler
|
2619c6f7a1
Merge pull request #1283 from PavelSindler/crashdet_cancel
|
6 years ago |
PavelSindler
|
aeeb2af0a4
whitespace
|
6 years ago |
PavelSindler
|
b058ec7120
whitespace
|
6 years ago |
PavelSindler
|
934b76ade3
wait message added
|
6 years ago |
PavelSindler
|
e2d2fb58aa
Z calibraion: always ask user to clean nozzle
|
6 years ago |
MRprusa3d
|
73794b56cf
MeshBed Leveling Fail
|
6 years ago |
PavelSindler
|
aaf65051f9
M600: "is color clear?" menu synchronization
|
6 years ago |
PavelSindler
|
1342c312a0
use feedrate 200mm/min for final feed (faster and better filament sensor function), show default welcome message when load is finished
|
6 years ago |
PavelSindler
|
96ce324b7c
load to nozzle improved, unified feedrate and E-distance for final feed used in load filament function, M600 etc.
|
6 years ago |
PavelSindler
|
e80af46503
load to nozzle and Tx and Tc codes: intial version
|
6 years ago |
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 |