1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +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:
bubnikv
2016-11-02 16:55:56 +01:00
parent a6cf6afb49
commit 28ccb51f9b
3 changed files with 8 additions and 5 deletions
+2 -4
View File
@@ -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"