PrusaSlicer-NonPlainar/src
Lukas Matena 1f5ac7d2f7 Fix of a crash on startup when creating physical printer profiles from 2.2 configs (, )
The issue is that opening the wxMessageDialog in GUI_App::check_printer_presets  fires wxEVT_IDLE event (on Linux at least).
At that point it is already bound to our lambda which will in turn call post_init prematurely.
The solution is to move the Bind at the very end of the initialization. The post_init that it calls assumes that init has been finished anyway.
2020-12-21 10:27:35 +01:00
..
admesh Replace deprecated Boost header in "admesh" 2020-10-12 11:34:31 +02:00
agg sla::Raster interface clarified and covered with tests. 2019-10-01 14:58:37 +02:00
avrdude Const correctness improvements: 2020-01-03 16:33:04 +01:00
boost WIP: Nullable configuration value concept, implemented for 2019-07-23 14:15:42 +02:00
build-utils UpdateDialogs: Fix: Wrap update description 2019-08-27 10:37:34 +02:00
clipper Clean-up of Shiny profiler integration, so that the intrusiver profiling 2020-08-27 12:14:49 +02:00
eigen
expat
glew
glu-libtess
hidapi Remove dependency on libudev.h 2020-10-26 14:23:44 +01:00
imgui imgui README.md prev commit hash 2020-11-09 15:15:30 +01:00
libigl Speed up of libigl SelfIntersectMesh: 2020-02-03 14:01:35 +01:00
libnest2d Use smarter object function in partial arrangement with empty bed. 2020-12-02 17:53:22 +01:00
libslic3r Fix of - Request re-slicing when bottom_solid_layers changes and spiral_vase is enabled. 2020-12-21 09:15:33 +01:00
miniz Revert "Patch miniz bundled version to support unicode on Windows." 2019-06-02 19:06:29 +02:00
nanosvg
platform Changing directory for Flatpak related files. 2020-10-27 13:04:16 +01:00
poly2tri
polypartition
qhull Add OpenVDB to dependencies 2019-10-25 13:15:21 +02:00
semver build: Add source file encoding check 2019-08-19 17:04:14 +02:00
Shiny Shiny profiler: Increased resolution of text output to 2 decimals 2020-05-22 09:29:21 +02:00
slic3r Fix of a crash on startup when creating physical printer profiles from 2.2 configs (, ) 2020-12-21 10:27:35 +01:00
stb_dxt Asynchronous texture compression on CPU 2019-05-31 15:25:02 +02:00
CMakeLists.txt Fix for gcode-viewer symlink 2020-11-23 17:52:08 +01:00
PrusaSlicer.cpp Fix of Command line slicing bad gcode 2020-12-07 18:39:33 +01:00
PrusaSlicer.hpp Further renaming to PrusaSlicer 2019-05-13 15:14:33 +02:00
PrusaSlicer_app_msvc.cpp WIP: prusa-gcodeviewer command line wrapper to start the PrusaSlicer 2020-09-01 16:56:12 +02:00