mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Workaround to remove crash when closing PrusaSlicer on OSX 10.9.5
This commit is contained in:
parent
abca180f9f
commit
d6b86b5e2b
3 changed files with 48 additions and 2 deletions
|
@ -43,9 +43,11 @@
|
|||
|
||||
|
||||
//==================
|
||||
// 2.2.0.beta1 techs
|
||||
// 2.2.0.rc1 techs
|
||||
//==================
|
||||
#define ENABLE_2_2_0_BETA1 1
|
||||
#define ENABLE_2_2_0_RC1 1
|
||||
|
||||
// Enable hack to remove crash when closing on OSX 10.9.5
|
||||
#define ENABLE_HACK_CLOSING_ON_OSX_10_9_5 (1 && ENABLE_2_2_0_RC1)
|
||||
|
||||
#endif // _technologies_h_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue