mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fix of previous commit
This commit is contained in:
@@ -1703,7 +1703,7 @@ void GUI_App::MacOpenFiles(const wxArrayString &fileNames)
|
||||
//FIXME Switch application to G-code viewer mode?
|
||||
wxMessageBox("PrusaSlicer on startup", wxString::Format("Switching to G-code viewer for %s", gcode_files.front()), wxICON_INFORMATION);
|
||||
// Load the G-code into the G-code viewer.
|
||||
this->plater()->load_gcode(paths.front());
|
||||
this->plater()->load_gcode(gcode_files.front());
|
||||
}
|
||||
m_mac_initialized = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user