Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SupportMaterial.hpp « libslic3r « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: edea22695915430ae9dcc0ec4e40b7ff895d81f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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