mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Added placeholder for File->New Project menu item
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user