mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	typo in default ramming sequence.
This commit is contained in:
		
							parent
							
								
									c28e4cb0f7
								
							
						
					
					
						commit
						11307eb350
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -474,7 +474,7 @@ void WipeTowerPrusaMM::toolchange_Unload( | |||
| 		break; | ||||
| 	default: | ||||
| 	{ | ||||
| 		float e = xr - xl * m_extrusion_flow; | ||||
| 		float e = (xr - xl) * m_extrusion_flow; | ||||
| 		writer.ram(xl + m_perimeter_width * 2, xr - m_perimeter_width,     y_step * 0.2f, 1.6f  * e, 4000) | ||||
| 			  .ram(xr - m_perimeter_width,     xl + m_perimeter_width,     y_step * 1.2f, 1.65f * e, 4600) | ||||
| 			  .ram(xl + m_perimeter_width * 2, xr - m_perimeter_width * 2, y_step * 1.2f, 1.74f * e, 5200); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv