12 lines
201 B
C++
12 lines
201 B
C++
|
#ifndef slic3r_SupportMaterial_hpp_
|
||
|
#define slic3r_SupportMaterial_hpp_
|
||
|
|
||
|
namespace Slic3r {
|
||
|
|
||
|
// how much we extend support around the actual contact area
|
||
|
#define SUPPORT_MATERIAL_MARGIN 1.5
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|