WIP: PrintRegion refactoring, it finally compiles!

Config/PrintConfig refactoring to support operator< for StaticPrintConfig
derived containers.
This commit is contained in:
Vojtech Bubnik 2021-05-24 14:10:04 +02:00
parent 740773db85
commit e658fe0698
8 changed files with 145 additions and 230 deletions

View file

@ -32,9 +32,9 @@ struct MeshSlicingParams
struct MeshSlicingParamsEx : public MeshSlicingParams
{
// Morphological closing operation when creating output expolygons.
// Morphological closing operation when creating output expolygons, scaled!
float closing_radius { 0 };
// Positive offset applied when creating output expolygons.
// Positive offset applied when creating output expolygons, scaled!
float extra_offset { 0 };
// Resolution for contour simplification, scaled!
// 0 = don't simplify.