mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Change of defaults. Background processing disabled by default,
default mode set to expert.
This commit is contained in:
		
							parent
							
								
									8474f77db4
								
							
						
					
					
						commit
						aceb87d188
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -63,10 +63,12 @@ our @cb; | |||
| 
 | ||||
| our $Settings = { | ||||
|     _ => { | ||||
|         mode => 'simple', | ||||
|         # Simple mode is very limited, rather start with the expert mode. | ||||
|         mode => 'expert', | ||||
|         version_check => 1, | ||||
|         autocenter => 1, | ||||
|         background_processing => 1, | ||||
|         # Disable background processing by default as it is not stable. | ||||
|         background_processing => 0, | ||||
|         # If set, the "Controller" tab for the control of the printer over serial line and the serial port settings are hidden. | ||||
|         # By default, Prusa has the controller hidden. | ||||
|         no_controller => 1, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv