mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Limited brim width to 200 mm (larger values make slicer hang or crash due to arithmetic overflow)
This commit is contained in:
		
							parent
							
								
									b5fea72618
								
							
						
					
					
						commit
						8c23678fa0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -462,6 +462,7 @@ void PrintConfigDef::init_fff_params() | |||
|     def->tooltip = L("Horizontal width of the brim that will be printed around each object on the first layer."); | ||||
|     def->sidetext = L("mm"); | ||||
|     def->min = 0; | ||||
|     def->max = 200; | ||||
|     def->mode = comSimple; | ||||
|     def->set_default_value(new ConfigOptionFloat(0)); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Matena
						Lukas Matena