mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	new graphics for export button
This commit is contained in:
		
							parent
							
								
									787a6264b1
								
							
						
					
					
						commit
						2c1bedf503
					
				
					 2 changed files with 146 additions and 1 deletions
				
			
		|  | @ -867,7 +867,7 @@ Sidebar::Sidebar(Plater *parent) | |||
| 
 | ||||
|     init_scalable_btn(&p->btn_send_gcode   , "export_gcode", _(L("Send to printer"))); | ||||
|     init_scalable_btn(&p->btn_remove_device, "cross"       , _(L("Remove device"))); | ||||
| 	init_scalable_btn(&p->btn_export_gcode_removable, "export_gcode", _(L("Export to SD card/ USB thumb drive"))); | ||||
| 	init_scalable_btn(&p->btn_export_gcode_removable, "export_to_sd", _(L("Export to SD card/ USB thumb drive"))); | ||||
| 
 | ||||
|     // regular buttons "Slice now" and "Export G-code" 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 David Kocik
						David Kocik