mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	FIX: typo
Change-Id: I8171a2d405a4853fa492fdf92b5c4744958d3762
This commit is contained in:
		
							parent
							
								
									89a7cc4ab0
								
							
						
					
					
						commit
						5790c82597
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -100,7 +100,7 @@ CalibMode get_obj_calibration_mode(const MachineObject* obj, CalibrationMethod& | |||
|         return CalibMode::Calib_PA_Line; | ||||
|     } | ||||
|     if (boost::contains(obj->m_gcode_file, "extrusion_cali")) { | ||||
|         method == CalibrationMethod::CALI_METHOD_MANUAL; | ||||
|         method = CalibrationMethod::CALI_METHOD_MANUAL; | ||||
|         return CalibMode::Calib_PA_Line; | ||||
|     } | ||||
| 
 | ||||
|  | @ -119,7 +119,7 @@ CalibMode get_obj_calibration_mode(const MachineObject* obj, CalibrationMethod& | |||
|             return CalibMode::Calib_PA_Line; | ||||
|         } | ||||
|         if (boost::contains(obj->subtask_name, "extrusion_cali")) { | ||||
|             method == CalibrationMethod::CALI_METHOD_MANUAL; | ||||
|             method = CalibrationMethod::CALI_METHOD_MANUAL; | ||||
|             return CalibMode::Calib_PA_Line; | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 liz.li
						liz.li