Marek Bel
|
b3bc71b45b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 anni fa |
PavelSindler
|
1253fb338a
wizard hotfix
|
6 anni fa |
Marek Bel
|
ebfbf4ac3f
Merge branch 'MK3' into MK3_dev
|
6 anni fa |
PavelSindler
|
2f02828273
time remaining fix
|
6 anni fa |
Marek Bel
|
0fe48de4af
Remove feedmultiplyBckp global variable. Remove redundant isPrintPaused = true assignment, as it is already done in lcd_pause_print(). Remove unused saved_feedmultiply and fanSpeedBckp prototypes. Move isPrintPaused = true assignment to safer location, as LCD_COMMAND_LONG_PAUSE is not reached if lcd_commands_type is not LCD_COMMAND_IDLE.
|
6 anni fa |
Marek Bel
|
b43c8dad74
Remove HotendTempBckp global variable.
|
6 anni fa |
Marek Bel
|
920d828833
Rename lcd_sdcard_pause() to lcd_pause_print() to reflect, that also USB printing could be possible to pause. Unite it with pause_print() and use new (immediate) pause mechanism in all places where old mechanism was used. Rename resume_print() to lcd_resume_print() and make it global, unite it with lcd_sdcard_resume() and use it also in place, where lcd_commands_type = LCD_COMMAND_LONG_PAUSE_RESUME was used. Remove LCD_COMMAND_LONG_PAUSE_RESUME lcd_command_type. Remove unused pause_lastpos[].
|
6 anni fa |
Marek Bel
|
4b47a74d1d
Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h.
|
6 anni fa |
Marek Bel
|
af08e16426
Use stop_and_save_print_to_ram() and restore_print_from_ram_and_continue() pair to pause print from menu. Move declaration of those functions to marlin.h. Move declaration of FSensorStateMenu to ultralcd.h.
|
6 anni fa |
Marek Bel
|
e5c0e26601
Merge branch 'MK3' into MK3_dev
|
6 anni fa |
Marek Bel
|
12b1769531
Fix printer reset when changing filament during print over USB.
|
6 anni fa |
Marek Bel
|
2cd8691376
Do not use global variable tmp_extruder when setting temperature.
|
6 anni fa |
Marek Bel
|
adde0d3944
Merge branch 'prusa3d_MK3' into MK3_dev
|
6 anni fa |
PavelSindler
|
ceb49d1262
finda filament runout: initial version
|
6 anni fa |
Marek Bel
|
3b3d6ab472
Merge branch 'MK3' into MK3_dev
|
6 anni fa |
Robert Pelnar
|
c4281b0b36
Status screen redesign - fix of flickering and text wraping on status screen
|
6 anni fa |
Robert Pelnar
|
fd9516f520
Status screen - status message logic simplification
|
6 anni fa |
Marek Bel
|
6c387384c7
Fix compiler warnings: sketch/Marlin.h:366:35: warning: large integer implicitly truncated to unsigned type [-Woverflow]
|
6 anni fa |
Marek Bel
|
ac62117d6b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 anni fa |
Marek Bel
|
d94a1c5952
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 anni fa |
Robert Pelnar
|
310751397c
line endings + fixed declaration
|
6 anni fa |
Robert Pelnar
|
990a5c9119
PFW489 (github issue 1008) - time remaining variables declared as uint32
|
6 anni fa |
Robert Pelnar
|
23e5cea5d0
MMU - code cleaning (modularity)
|
6 anni fa |
XPila
|
290328445a
Merge pull request #1019 from mkbel/MK3_fix6
|
6 anni fa |
Robert Pelnar
|
9e09efc9f4
Merge remote-tracking branch 'upstream/MK3' into MK3-new_lang
|
6 anni fa |
Marek Bel
|
5493ac57f9
Fix declaration and definition type mismatch of lcd_change_fil_state. Move declaration to Marlin.h.
|
6 anni fa |
Marek Bel
|
55a47d57da
Fix compiler warning: sketch/Marlin.h:151:25: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
|
6 anni fa |
PavelSindler
|
a1f69e0924
manage response update
|
6 anni fa |
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 anni fa |
PavelSindler
|
b99b73c924
missing declaration
|
6 anni fa |