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

This commit is contained in:
enricoturri1966 2020-06-29 08:48:23 +02:00
commit f727198891
6 changed files with 61 additions and 60 deletions

View file

@ -40,7 +40,7 @@
// #include <libslic3r.h>
#ifdef SLIC3RXS
extern "C" {
// extern "C" {
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
@ -88,7 +88,7 @@ extern "C" {
#undef Zero
#undef Packet
#undef _
}
// }
#endif
#include <ClipperUtils.hpp>