This commit is contained in:
SoftFever
2023-08-09 13:06:58 +08:00
parent 480413c343
commit 5dcc0ee8f3
128 changed files with 692 additions and 2478 deletions

View File

@@ -335,7 +335,7 @@ public:
bool is_play = parser.Found("play", &m_fname);
m_frame = new MyFrame("BambuStudio OpenCSG Demo", wxDefaultPosition, wxSize(1024, 768), parser);
m_frame = new MyFrame("OrcaSlicer OpenCSG Demo", wxDefaultPosition, wxSize(1024, 768), parser);
if (is_play) {
Bind(wxEVT_IDLE, &App::Play, this);