1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Added placeholder for File->New Project menu item

This commit is contained in:
Enrico Turri
2019-05-14 10:30:14 +02:00
parent ca2fb88221
commit 016c5f6557
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -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;