mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Use more informative project name for calibration
This commit is contained in:
		
							parent
							
								
									69a21f09c4
								
							
						
					
					
						commit
						810442efe3
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -7871,7 +7871,8 @@ void Plater::add_model(bool imperial_units/* = false*/,  std::string fname/* = " | |||
| } | ||||
| 
 | ||||
| void Plater::calib_pa(bool line_method, bool bowden) { | ||||
|     const auto calib_pa_name = "Pressure Advance Test"; | ||||
|      | ||||
|     const auto calib_pa_name = wxString::Format(L"Pressure Advance Test - %s%s", line_method ? L"Line" : L"Tower", bowden ? L"Bowden" : L"DDE"); | ||||
|     new_project(false, false, calib_pa_name); | ||||
|     wxGetApp().mainframe->select_tab(size_t(MainFrame::tp3DEditor)); | ||||
|     if (line_method) { | ||||
|  | @ -7921,7 +7922,7 @@ void Plater::calib_pa(bool line_method, bool bowden) { | |||
| void Plater::calib_flowrate(int pass) { | ||||
|     if (pass != 1 && pass != 2) | ||||
|         return; | ||||
|     const auto calib_name = "Flowrate Test"; | ||||
|     const auto calib_name = wxString::Format(L"Flowrate Test - Pass%d", pass); | ||||
|     new_project(false, false, calib_name); | ||||
| 
 | ||||
|     wxGetApp().mainframe->select_tab(size_t(MainFrame::tp3DEditor)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever