PrusaSlicer/xs/src/libslic3r/SupportMaterial.hpp
Alessandro Ranellucci 8250839fd5 constexpr party
2017-03-21 16:40:31 +01:00

12 lines
215 B
C++

#ifndef slic3r_SupportMaterial_hpp_
#define slic3r_SupportMaterial_hpp_
namespace Slic3r {
// how much we extend support around the actual contact area
constexpr coordf_t SUPPORT_MATERIAL_MARGIN = 1.5;
}
#endif