mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 11:50:36 +08:00
12 lines
215 B
C++
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
|