PavelSindler
|
48bf5d3a75
Merge pull request #1104 from mkbel/MK3_dev
|
6 years ago |
PavelSindler
|
dbc0654b1c
Merge pull request #1108 from mkbel/pause_print
|
6 years ago |
PavelSindler
|
48f5da9cb8
lcd_clicked fix
|
6 years ago |
Marek Bel
|
0e50c388af
Save 1K flash memory.
|
6 years ago |
Marek Bel
|
0d99dc0a3f
PFW-543 Add filament ramming when unloading filament with MMU.
|
6 years ago |
Marek Bel
|
5d1e59cec3
Fix problem that nozzle temperature stays 0 if resume print is invoked from menu earlier than pause movements are finished.
|
6 years ago |
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 years ago |
Marek Bel
|
05a0b9c939
Remove fanSpeedBckp global variable.
|
6 years ago |
Marek Bel
|
40990c4deb
Remove saved_feedmultiply global variable.
|
6 years ago |
Marek Bel
|
b43c8dad74
Remove HotendTempBckp global variable.
|
6 years ago |
Marek Bel
|
d71311f13f
Remove redundant HotendTempBckp from crash detection recover.
|
6 years ago |
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 years ago |
Marek Bel
|
67b2456ad9
Merge branch 'MK3' into MK3_dev
|
6 years ago |
Marek Bel
|
74be7677cf
Fix problem, that current_position is rewritten after long_pause() call.
|
6 years ago |
Marek Bel
|
4b47a74d1d
Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h.
|
6 years ago |
PavelSindler
|
ed43913c5c
Merge pull request #1099 from mkbel/fix_compiler_warnings
|
6 years ago |
PavelSindler
|
dbdb8ad650
Merge pull request #1098 from mkbel/add_ramming
|
6 years ago |
PavelSindler
|
74113ecf67
Merge pull request #1093 from mkbel/MK3_dev
|
6 years ago |
PavelSindler
|
1543a1b45a
Merge pull request #1057 from MRprusa3d/MK3
|
6 years ago |
PavelSindler
|
40679dcb3a
Merge branch 'MK3' into MK3
|
6 years ago |
PavelSindler
|
ae823c3c43
Merge pull request #1102 from MRprusa3d/PFW-525
|
6 years ago |
Marek Bel
|
a5db084b70
Move resuming nozzle temperature to restore_print_from_ram_and_continue().
|
6 years ago |
MRprusa3d
|
35cf3f3a61
Time info
|
6 years ago |
Marek Bel
|
2abd2a6cab
Resume print fan.
|
6 years ago |
Marek Bel
|
acef0578a5
Don't move before reaching nozzle temperature when resuming the print.
|
6 years ago |
Marek Bel
|
d54e629950
Retract, lift Z, move away in XY, disable fan and nozzle heating. Resume nozzle heating.
|
6 years ago |
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 years ago |
Marek Bel
|
63a215b0c3
Remove unused variable chars.
|
6 years ago |
Marek Bel
|
cbf633cfd4
Remove unused variable chars.
|
6 years ago |
Marek Bel
|
c95b463e0b
Remove unused variable yes. Remove redundant tmp_extruder assignment.
|
6 years ago |