mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Move Repeat Last Quick Slice below other Quick Slice items since it works for both.
This commit is contained in:
		
							parent
							
								
									a8d5ee3a74
								
							
						
					
					
						commit
						fd88c164d2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -73,9 +73,9 @@ sub OnInit { | |||
|         $fileMenu->Append(MI_EXPORT_CONF, "&Export Config…\tCtrl+E"); | ||||
|         $fileMenu->AppendSeparator(); | ||||
|         $fileMenu->Append(MI_QUICK_SLICE, "Q&uick Slice…\tCtrl+U"); | ||||
|         $fileMenu->Append(MI_QUICK_SAVE_AS, "Quick Slice and Save &As…\tCtrl+Alt+U"); | ||||
|         my $repeat = $fileMenu->Append(MI_REPEAT_QUICK, "&Repeat Last Quick Slice\tCtrl+Shift+U"); | ||||
|         $repeat->Enable(0); | ||||
|         $fileMenu->Append(MI_QUICK_SAVE_AS, "Quick Slice and Save &As…\tCtrl+Alt+U"); | ||||
|         $fileMenu->AppendSeparator(); | ||||
|         $fileMenu->Append(MI_SLICE_SVG, "Slice to SV&G…\tCtrl+G"); | ||||
|         $fileMenu->AppendSeparator(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Henrik Brix Andersen
						Henrik Brix Andersen