#ifndef slic3r_InfillAboveBridges_hpp_ #define slic3r_InfillAboveBridges_hpp_ #include #include #include "libslic3r/SurfaceCollection.hpp" namespace Slic3r::PrepareInfill { using SurfaceCollectionRef = std::reference_wrapper; using SurfaceRefsByRegion = std::vector; using SurfaceRefs = std::vector; void separate_infill_above_bridges(const SurfaceRefs &surfaces, const double expand_offset); } #endif // slic3r_InfillAboveBridges_hpp_