mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Started porting of the functions for object settings editing
This commit is contained in:
parent
1c695fd97e
commit
8899be8cca
5 changed files with 93 additions and 0 deletions
12
xs/src/slic3r/GUI/GUI_ObjectParts.hpp
Normal file
12
xs/src/slic3r/GUI/GUI_ObjectParts.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef slic3r_GUI_ObjectParts_hpp_
|
||||
#define slic3r_GUI_ObjectParts_hpp_
|
||||
|
||||
namespace Slic3r
|
||||
{
|
||||
namespace GUI
|
||||
{
|
||||
void on_btn_load(wxWindow* parent, bool is_modifier = false);
|
||||
void parts_changed();
|
||||
} //namespace GUI
|
||||
} //namespace Slic3r
|
||||
#endif //slic3r_GUI_ObjectParts_hpp_
|
Loading…
Add table
Add a link
Reference in a new issue