mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Trivial typo/grammar.
This commit is contained in:
		
							parent
							
								
									a861b95b12
								
							
						
					
					
						commit
						a4de0e659d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -100,7 +100,7 @@ our $Options = { | |||
|     }, | ||||
|     'g0' => { | ||||
|         label   => 'Use G0 for travel moves', | ||||
|         tooltip => 'Only enable this if your firmware supports G0 properly (thus decouples all axes using their maximum speeds instead of synchronizing them). Travel moves and retractions will be combined in single commands, speeding the print up.', | ||||
|         tooltip => 'Only enable this if your firmware supports G0 properly (thus decouples all axes using their maximum speeds instead of synchronizing them). Travel moves and retractions will be combined in single commands, speeding them print up.', | ||||
|         cli     => 'g0', | ||||
|         type    => 'bool', | ||||
|     }, | ||||
|  | @ -419,7 +419,7 @@ our $Options = { | |||
|     # retraction options | ||||
|     'retract_length' => { | ||||
|         label   => 'Length', | ||||
|         tooltip => 'When retraction is triggered, filament is pulled back for the specified amount (the length is measured on raw filament, before it enters the extruder).', | ||||
|         tooltip => 'When retraction is triggered, filament is pulled back by the specified amount (the length is measured on raw filament, before it enters the extruder).', | ||||
|         sidetext => 'mm (zero to disable)', | ||||
|         cli     => 'retract-length=f', | ||||
|         type    => 'f', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mark Hindess
						Mark Hindess