Marek Bel
							
						 | 
						
							
							
								635a1b4cd8
							
							Add possibility to to select preheat temperature when unloading filament in first layer calibration wizard.
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								fe30e58fb5
							
							Add possibility to unload filament from wizard before first layer calibration, if it is not PLA.
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								d14822b22f
							
							Give wizard states human readable names. Use uint8_t as underlying type - saves 20B of FLASH memory.
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								13b67f0e0a
							
							Add Cancel item into PLA filament selection menu initiated by first layer calibration with MMU.
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								19a1ccdc76
							
							Rename choose_extruder_menu() to choose_menu_P(), add parameters to make it reusable.
						 | 
						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
							
						 | 
						
							
							
								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
							
						 | 
						
							
							
								adde0d3944
							
							Merge branch 'prusa3d_MK3' into MK3_dev
						 | 
						7 年之前 | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								3e2cb72695
							
							Merge branch 'MK3' into auto_deplete_2
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								7aadb2f660
							
							Fix compile time error: default argument given for parameter 2 of int8_t lcd_show_fullscreen_message_yes_no_and_wait_P
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								b08ae95568
							
							Rename autoDeplete to lcd_autoDeplete and make it global. When filament runs out, call M600 AUTO if lcd_autoDeplete is enabled. Shorten finda polling period to 300 ms.
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								3b3d6ab472
							
							Merge branch 'MK3' into MK3_dev
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								fd9516f520
							
							Status screen - status message logic simplification
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								f1ad1d22ba
							
							Menu lcd_adjust_bed fixed (Bed level correction, PFW-499)
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								ac62117d6b
							
							Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								923a06c164
							
							menu data shared memory re-design
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								e06e19edf5
							
							Fix showing calibration results.
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								468873ec68
							
							MMU2 - removed conditional translation for SNMM_V2, new module mmu
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								ef8921d45e
							
							Fix 10 compiler warnings of type: sketch/menu.cpp: In function 'void _menu_edit_int3()':
						 | 
						7 年之前 | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								04d0178150
							
							automatic M600 initial version
						 | 
						7 年之前 | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								77cc55ed76
							
							Merge pull request #951 from PavelSindler/use_timer
						 | 
						7 年之前 | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								88cce94cf9
							
							Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:""
						 | 
						7 年之前 | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								efd03b426f
							
							final edits to fit changes on upstream
						 | 
						7 年之前 | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								565a6db3e4
							
							use timer class
						 | 
						7 年之前 | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								33f9af65c8
							
							merge with upstream/MK3
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								19a72ef9eb
							
							LCD menu optimalization - LiquidCrystal_Prusa removed
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								e22d204e8e
							
							LCD menu optimalization - print functions
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								fd3fc31304
							
							LCD menu optimalization - conversion functions - source separation
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								b6223d5623
							
							LCD menu optimalization
						 | 
						7 年之前 | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								268d2634f0
							
							LCD menu optimalization - lcd and menu
						 | 
						7 年之前 |