Marek Bel
|
b4d4bfa667
Do not declare extern class in .cpp file, include appropriate header.
|
6 gadi atpakaļ |
PavelSindler
|
96ce324b7c
load to nozzle improved, unified feedrate and E-distance for final feed used in load filament function, M600 etc.
|
6 gadi atpakaļ |
PavelSindler
|
0e0dbad871
#ifdef __cplusplus added to allow including to .c file
|
6 gadi atpakaļ |
PavelSindler
|
01529f18d2
upstream/MK3 merge
|
6 gadi atpakaļ |
Robert Pelnar
|
ac18eb67c0
New lang, arduino 1.8.5 - boot_app debug output
|
6 gadi atpakaļ |
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 gadi atpakaļ |
Marek Bel
|
1585dc66b0
Merge remote-tracking branch 'prusa3d/MK3_dev' into simplify_EEPROM_M500
|
6 gadi atpakaļ |
Marek Bel
|
ca179a2d18
Use cs.filament_size from ConfigurationStore.
|
6 gadi atpakaļ |
Marek Bel
|
e225e9cab0
Use cs.volumetric_enabled from ConfigurationStore.
|
6 gadi atpakaļ |
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 gadi atpakaļ |
Marek Bel
|
7e593e6922
Use cs.autoretract_enabled from ConfigurationStore.
|
6 gadi atpakaļ |
Marek Bel
|
f2ae3fb1f7
Use cs.zprobe_zoffset from ConfigurationStore.
|
6 gadi atpakaļ |
Marek Bel
|
959d0069fa
Use cs.add_homing from ConfigurationStore.
|
6 gadi atpakaļ |
PavelSindler
|
1253fb338a
wizard hotfix
|
6 gadi atpakaļ |
PavelSindler
|
2f02828273
time remaining fix
|
6 gadi atpakaļ |
Marek Bel
|
12b1769531
Fix printer reset when changing filament during print over USB.
|
6 gadi atpakaļ |
Marek Bel
|
2cd8691376
Do not use global variable tmp_extruder when setting temperature.
|
6 gadi atpakaļ |
PavelSindler
|
ceb49d1262
finda filament runout: initial version
|
6 gadi atpakaļ |
Robert Pelnar
|
c4281b0b36
Status screen redesign - fix of flickering and text wraping on status screen
|
6 gadi atpakaļ |
Robert Pelnar
|
fd9516f520
Status screen - status message logic simplification
|
6 gadi atpakaļ |
Robert Pelnar
|
310751397c
line endings + fixed declaration
|
6 gadi atpakaļ |
Robert Pelnar
|
990a5c9119
PFW489 (github issue 1008) - time remaining variables declared as uint32
|
6 gadi atpakaļ |
Robert Pelnar
|
23e5cea5d0
MMU - code cleaning (modularity)
|
6 gadi atpakaļ |
Robert Pelnar
|
9e09efc9f4
Merge remote-tracking branch 'upstream/MK3' into MK3-new_lang
|
6 gadi atpakaļ |
PavelSindler
|
a1f69e0924
manage response update
|
6 gadi atpakaļ |
PavelSindler
|
ae7561bb27
M600 fix: set hotend temperature to correct value, manage_response function fix: now works in case that user presses button on mmu unit before he is asked to do it, compiler warnings (uninitialized variables) fixed
|
6 gadi atpakaļ |
PavelSindler
|
b99b73c924
missing declaration
|
6 gadi atpakaļ |
PavelSindler
|
40da6deef8
timeouts used when getting response from mmu, M600 improvements, no filament sensor in variants file
|
6 gadi atpakaļ |
PavelSindler
|
04d0178150
automatic M600 initial version
|
6 gadi atpakaļ |
Martin Remiš
|
c7d7389e27
PowerPanic & Sound
|
6 gadi atpakaļ |