PrusaSlicer-NonPlainar/src/slic3r
YuSanka 48f775decb A part of code related to loads after App::OnInit() call is moved from PrusaSlicer.cpp to GUI_App.cpp
Splash Screen under OSX requires a call of wxYeild() for update.
But wxYield() furthers a case, when CallAfter() in CLI::run() was called at the wrong time, before some of the GUI was created.
So, there is workaround:
Parameters needed for later loads are encapsulated to GUI_App::AFTER_INIT_LOADS structure
and are used in GUI_App::AFTER_INIT_LOADS::on_loads which is called just ones after wxEVT_IDLE
2020-10-02 22:27:20 +02:00
..
Config WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
GUI A part of code related to loads after App::OnInit() call is moved from PrusaSlicer.cpp to GUI_App.cpp 2020-10-02 22:27:20 +02:00
Utils Maybe one day we will be able to run PrusaGCodeViewer, but for now the Apple notarization 2020-10-01 15:11:56 +02:00
CMakeLists.txt WIP Standalone G-code viewer 2020-09-08 13:33:43 +02:00
pchheader.cpp
pchheader.hpp