1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix the tests after EigenMesh3D refactor

This commit is contained in:
tamasmeszaros
2020-06-02 17:15:08 +02:00
parent dc725ecbad
commit 10c59b0d00
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// There is an implementation of a hole-aware raycaster that was eventually
// not used in production version. It is now hidden under following define
// for possible future use.
#define SLIC3R_HOLE_RAYCASTER
// #define SLIC3R_HOLE_RAYCASTER
#ifdef SLIC3R_HOLE_RAYCASTER
#include "libslic3r/SLA/Hollowing.hpp"