mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Set CLI option type to 'string' for all options allowing ratio inputs
This commit is contained in:
		
							parent
							
								
									48d345c189
								
							
						
					
					
						commit
						8d25e6490a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -136,7 +136,7 @@ our $Options = { | |||
|     }, | ||||
|     'small_perimeter_speed' => { | ||||
|         label   => 'Small perimeters (mm/s or %)', | ||||
|         cli     => 'small-perimeter-speed=f', | ||||
|         cli     => 'small-perimeter-speed=s', | ||||
|         type    => 'f', | ||||
|         ratio_over => 'perimeter_speed', | ||||
|     }, | ||||
|  | @ -148,14 +148,14 @@ our $Options = { | |||
|     }, | ||||
|     'solid_infill_speed' => { | ||||
|         label   => 'Solid infill (mm/s or %)', | ||||
|         cli     => 'solid-infill-speed=f', | ||||
|         cli     => 'solid-infill-speed=s', | ||||
|         type    => 'f', | ||||
|         ratio_over => 'infill_speed', | ||||
|         aliases => [qw(solid_infill_feed_rate)], | ||||
|     }, | ||||
|     'top_solid_infill_speed' => { | ||||
|         label   => 'Top solid infill (mm/s or %)', | ||||
|         cli     => 'top-solid-infill-speed=f', | ||||
|         cli     => 'top-solid-infill-speed=s', | ||||
|         type    => 'f', | ||||
|         ratio_over => 'solid_infill_speed', | ||||
|     }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Henrik Brix Andersen
						Henrik Brix Andersen