mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Orca Tolerance Test
This commit is contained in:
		
							parent
							
								
									951293c642
								
							
						
					
					
						commit
						cf8c6e22bd
					
				
					 2 changed files with 16 additions and 1 deletions
				
			
		|  | @ -2628,7 +2628,13 @@ void MainFrame::init_menubar_as_editor() | |||
|             m_retraction_calib_dlg->ShowModal(); | ||||
|         }, "", nullptr, | ||||
|         [this]() {return m_plater->is_view3D_shown();; }, this); | ||||
| 
 | ||||
|          | ||||
|     append_menu_item(m_topbar->GetCalibMenu(), wxID_ANY, _L("Orca Tolerance Test"), _L("Orca Tolerance Test"), | ||||
|         [this](wxCommandEvent&) { | ||||
|             m_plater->new_project(); | ||||
|         m_plater->add_model(false, Slic3r::resources_dir() + "/calib/tolerance_test/OrcaToleranceTest.stl"); | ||||
|         }, "", nullptr, | ||||
|         [this]() {return m_plater->is_view3D_shown();; }, this); | ||||
|     // Advance calibrations
 | ||||
|     auto advance_menu = new wxMenu(); | ||||
| 
 | ||||
|  | @ -2726,6 +2732,15 @@ void MainFrame::init_menubar_as_editor() | |||
|             m_vfa_test_dlg->ShowModal(); | ||||
|         }, "", nullptr, | ||||
|         [this]() {return m_plater->is_view3D_shown();; }, this); | ||||
|          | ||||
|     append_menu_item( | ||||
|         advance_menu, wxID_ANY, _L("Orca Tolerance Test"), _L("Orca Tolerance Test"), | ||||
|         [this](wxCommandEvent&) { | ||||
|             m_plater->new_project(); | ||||
|             m_plater->add_model(false, Slic3r::resources_dir() + "/calib/tolerance_test/OrcaToleranceTest.stl"); | ||||
|         }, "", nullptr, | ||||
|         [this]() {return m_plater->is_view3D_shown();; }, this); | ||||
|          | ||||
|     append_submenu(calib_menu, advance_menu, wxID_ANY, _L("More..."), _L("More calibrations"), "", | ||||
|         [this]() {return m_plater->is_view3D_shown();; }); | ||||
|     // help
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever