mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
11 lines
201 B
C++
11 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
|