mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Optimized and improved rectilinear fill.
This commit is contained in:
		
							parent
							
								
									3b81bf0e33
								
							
						
					
					
						commit
						f767ce816b
					
				
					 11 changed files with 62 additions and 6 deletions
				
			
		|  | @ -284,8 +284,13 @@ sub _init_menubar { | |||
|         $self->_append_menu_item($helpMenu, "&About Slic3r", 'Show about dialog', sub { | ||||
|             wxTheApp->about; | ||||
|         }); | ||||
|         if (Slic3r::GUI::debugged()) { | ||||
|             $self->_append_menu_item($helpMenu, "&Debug", 'Break to debugger', sub { | ||||
|                 Slic3r::GUI::break_to_debugger(); | ||||
|             }); | ||||
|         } | ||||
|     } | ||||
|      | ||||
| 
 | ||||
|     # menubar | ||||
|     # assign menubar to frame after appending items, otherwise special items | ||||
|     # will not be handled correctly | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv