mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Commented out AMF export. The format never took off, we don't want to
keep supporting it. Let's wait for user feedback.
This commit is contained in:
		
							parent
							
								
									6158347379
								
							
						
					
					
						commit
						950c216239
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -1239,9 +1239,10 @@ void MainFrame::init_menubar_as_editor() | ||||||
|         append_menu_item(export_menu, wxID_ANY, _L("Export plate as STL &including supports") + dots, _L("Export current plate as STL including supports"), |         append_menu_item(export_menu, wxID_ANY, _L("Export plate as STL &including supports") + dots, _L("Export current plate as STL including supports"), | ||||||
|             [this](wxCommandEvent&) { if (m_plater) m_plater->export_stl(true); }, "export_plater", nullptr, |             [this](wxCommandEvent&) { if (m_plater) m_plater->export_stl(true); }, "export_plater", nullptr, | ||||||
|             [this](){return can_export_supports(); }, this); |             [this](){return can_export_supports(); }, this); | ||||||
|         append_menu_item(export_menu, wxID_ANY, _L("Export plate as &AMF") + dots, _L("Export current plate as AMF"), | // Deprecating AMF export. Let's wait for user feedback.
 | ||||||
|             [this](wxCommandEvent&) { if (m_plater) m_plater->export_amf(); }, "export_plater", nullptr, | //        append_menu_item(export_menu, wxID_ANY, _L("Export plate as &AMF") + dots, _L("Export current plate as AMF"),
 | ||||||
|             [this](){return can_export_model(); }, this); | //            [this](wxCommandEvent&) { if (m_plater) m_plater->export_amf(); }, "export_plater", nullptr,
 | ||||||
|  | //            [this](){return can_export_model(); }, this);
 | ||||||
|         export_menu->AppendSeparator(); |         export_menu->AppendSeparator(); | ||||||
|         append_menu_item(export_menu, wxID_ANY, _L("Export &toolpaths as OBJ") + dots, _L("Export toolpaths as OBJ"), |         append_menu_item(export_menu, wxID_ANY, _L("Export &toolpaths as OBJ") + dots, _L("Export toolpaths as OBJ"), | ||||||
|             [this](wxCommandEvent&) { if (m_plater) m_plater->export_toolpaths_to_obj(); }, "export_plater", nullptr, |             [this](wxCommandEvent&) { if (m_plater) m_plater->export_toolpaths_to_obj(); }, "export_plater", nullptr, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik