mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Typo in command line help (wrong default for default_acceleration). #2283
This commit is contained in:
		
							parent
							
								
									6573ae002a
								
							
						
					
					
						commit
						0d2dcbc85b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -194,7 +194,7 @@ The author of the Silk icon set is Mark James. | |||
|                             to disable; default: 0) | ||||
|         --default-acceleration | ||||
|                             Acceleration will be reset to this value after the specific settings above | ||||
|                             have been applied. (mm/s^2, set zero to disable; default: 130) | ||||
|                             have been applied. (mm/s^2, set zero to disable; default: 0) | ||||
|      | ||||
|       Accuracy options: | ||||
|         --layer-height      Layer height in mm (default: 0.3) | ||||
|  |  | |||
|  | @ -341,7 +341,7 @@ $j | |||
|                         to disable; default: $config->{first_layer_acceleration}) | ||||
|     --default-acceleration | ||||
|                         Acceleration will be reset to this value after the specific settings above | ||||
|                         have been applied. (mm/s^2, set zero to disable; default: $config->{travel_speed}) | ||||
|                         have been applied. (mm/s^2, set zero to disable; default: $config->{default_acceleration}) | ||||
|      | ||||
|   Accuracy options: | ||||
|     --layer-height      Layer height in mm (default: $config->{layer_height}) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci