mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	FIX: cannot send fine flow ratio cali
Change-Id: Ib05d751100692298942e692f2c3dc5ef69286387
This commit is contained in:
		
							parent
							
								
									ea97a9aa33
								
							
						
					
					
						commit
						d6b11a676e
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1022,9 +1022,6 @@ void CalibrationFlowCoarseSavePage::set_curr_flow_ratio(const float value) {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
bool CalibrationFlowCoarseSavePage::get_result(float* out_value, wxString* out_name) {
 | 
			
		||||
    if (!m_skip_fine_calibration)
 | 
			
		||||
        return false;
 | 
			
		||||
 | 
			
		||||
    // Check if the value is valid
 | 
			
		||||
    if (m_coarse_flow_ratio <= 0.0 || m_coarse_flow_ratio >= 2.0) {
 | 
			
		||||
        MessageDialog msg_dlg(nullptr, _L("Please choose a block with smoothest top surface"), wxEmptyString, wxICON_WARNING | wxOK);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue