mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Fixed a crash when accessing a non-existing config value from C++ infill.
Disabled a test case of 100% infill coverage. This needs to be yet improved.
This commit is contained in:
@@ -18,12 +18,10 @@
|
||||
// Make assert active if SLIC3R_DEBUG
|
||||
#ifdef SLIC3R_DEBUG
|
||||
#undef NDEBUG
|
||||
#include "SVG.hpp"
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef SLIC3R_DEBUG
|
||||
#include "SVG.hpp"
|
||||
#endif
|
||||
#include <cassert>
|
||||
|
||||
// We want our version of assert.
|
||||
#include "../libslic3r.h"
|
||||
|
||||
Reference in New Issue
Block a user