mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixes of SupportMaterial.cpp
This commit is contained in:
		
							parent
							
								
									e8f73134e6
								
							
						
					
					
						commit
						30c1be40da
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -8,6 +8,7 @@ | |||
| 
 | ||||
| #include <cmath> | ||||
| #include <cassert> | ||||
| #include <memory> | ||||
| 
 | ||||
| namespace Slic3r { | ||||
| 
 | ||||
|  | @ -508,7 +509,7 @@ PrintSupportMaterial::MyLayersPtr PrintSupportMaterial::bottom_contact_layers( | |||
|                 // Place a bridge flow interface layer over the top surface.
 | ||||
|                 m_interface_flow.nozzle_diameter; | ||||
|             layer_new.print_z = layer.print_z + layer_new.height +  | ||||
|                 (m_soluble_interface ? 0 : m_object_config->support_material_contact_distance); | ||||
|                 (m_soluble_interface ? 0. : m_object_config->support_material_contact_distance.value); | ||||
|             layer_new.bottom_z = layer.print_z; | ||||
|             layer_new.idx_object_layer_below = layer_id; | ||||
|             layer_new.bridging = ! m_soluble_interface; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv