mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added placeholder for File->New Project menu item
This commit is contained in:
parent
ca2fb88221
commit
016c5f6557
3 changed files with 8 additions and 1 deletions
|
@ -3235,6 +3235,10 @@ Print& Plater::fff_print() { return p->fff_print; }
|
|||
const SLAPrint& Plater::sla_print() const { return p->sla_print; }
|
||||
SLAPrint& Plater::sla_print() { return p->sla_print; }
|
||||
|
||||
void Plater::new_project()
|
||||
{
|
||||
}
|
||||
|
||||
void Plater::load_project()
|
||||
{
|
||||
wxString input_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue