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