mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Fix of one more compiler warning.
This commit is contained in:
		
							parent
							
								
									73bf19bf51
								
							
						
					
					
						commit
						d0014c3aa4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2354,7 +2354,7 @@ PrintObjectSupportMaterial::MyLayersPtr PrintObjectSupportMaterial::bottom_conta | |||
|         Polygons &layer_support_area = layer_support_areas[layer_id]; | ||||
|         Polygons *layer_buildplate_covered = buildplate_covered.empty() ? nullptr : &buildplate_covered[layer_id]; | ||||
|         // Filtering the propagated support columns to two extrusions, overlapping by maximum 20%.
 | ||||
|         float column_propagation_filtering_radius = scaled<float>(0.8 * 0.5 * (m_support_params.support_material_flow.spacing() + m_support_params.support_material_flow.width())); | ||||
| //        float column_propagation_filtering_radius = scaled<float>(0.8 * 0.5 * (m_support_params.support_material_flow.spacing() + m_support_params.support_material_flow.width()));
 | ||||
|         task_group.run([&grid_params, &overhangs_projection, &overhangs_projection_raw, &layer, &layer_support_area, layer_buildplate_covered /* , column_propagation_filtering_radius */ | ||||
| #ifdef SLIC3R_DEBUG  | ||||
|             , iRun, layer_id | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik