mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Add checkbox for G0 in the GUI. #51
This commit is contained in:
		
							parent
							
								
									ddb0330fc1
								
							
						
					
					
						commit
						7893480fd7
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -61,7 +61,7 @@ our $Options = { | |||
|         type    => 'bool', | ||||
|     }, | ||||
|     'g0' => { | ||||
|         label   => 'Use g0 for travel moves', | ||||
|         label   => 'Use G0 for travel moves', | ||||
|         cli     => 'g0', | ||||
|         type    => 'bool', | ||||
|     }, | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ sub new { | |||
|     my %panels = ( | ||||
|         printer => { | ||||
|             title => 'Printer', | ||||
|             options => [qw(nozzle_diameter print_center use_relative_e_distances extrusion_axis z_offset)], | ||||
|             options => [qw(nozzle_diameter print_center z_offset use_relative_e_distances extrusion_axis g0)], | ||||
|         }, | ||||
|         filament => { | ||||
|             title => 'Filament', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci