mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
This commit is contained in:
		
						commit
						3475604362
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1292,7 +1292,7 @@ void SupportTreeBuildsteps::routing_headless() | ||||||
|         m_thr(); |         m_thr(); | ||||||
|          |          | ||||||
|         const auto R = double(m_support_pts[i].head_front_radius); |         const auto R = double(m_support_pts[i].head_front_radius); | ||||||
|         const double HWIDTH_MM = m_cfg.head_penetration_mm; |         const double HWIDTH_MM = std::min(R, m_cfg.head_penetration_mm); | ||||||
|          |          | ||||||
|         // Exact support position
 |         // Exact support position
 | ||||||
|         Vec3d sph = m_support_pts[i].pos.cast<double>(); |         Vec3d sph = m_support_pts[i].pos.cast<double>(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 enricoturri1966
						enricoturri1966