mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 09:29:05 -07:00
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
|