Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer

This commit is contained in:
enricoturri1966 2020-05-27 10:45:19 +02:00
commit 908650630b

View file

@ -7,7 +7,7 @@
// There is an implementation of a hole-aware raycaster that was eventually // There is an implementation of a hole-aware raycaster that was eventually
// not used in production version. It is now hidden under following define // not used in production version. It is now hidden under following define
// for possible future use. // for possible future use.
//#define SLIC3R_HOLE_RAYCASTER #define SLIC3R_HOLE_RAYCASTER
#ifdef SLIC3R_HOLE_RAYCASTER #ifdef SLIC3R_HOLE_RAYCASTER
#include "libslic3r/SLA/Hollowing.hpp" #include "libslic3r/SLA/Hollowing.hpp"