Ensure shallower regions merged with deeper ones don't cap color pattern length
- Export more detailed debugging data for top-surface coloring
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -195,7 +195,7 @@ struct TextureMappingZone
|
||||
static constexpr bool DefaultTopSurfaceContoningRecolorSurroundingPerimeters = false;
|
||||
static constexpr int DefaultTopSurfaceContoningPerimeterMode = int(ContoningPerimeterDividedLine);
|
||||
static constexpr int DefaultTopSurfaceContoningFlatSurfaceInfillMode = int(ContoningFlatSurfaceInfillDefault);
|
||||
static constexpr int SlicerDefaultTopSurfaceContoningFlatSurfaceInfillMode = int(ContoningFlatSurfaceInfillRectilinear);
|
||||
static constexpr int SlicerDefaultTopSurfaceContoningFlatSurfaceInfillMode = int(ContoningFlatSurfaceInfillBoundarySkinVariable);
|
||||
static constexpr bool DefaultTopSurfaceContoningLayerPhaseEnabled = false;
|
||||
static constexpr bool DefaultTopSurfaceContoningVariedInfillAnglesEnabled = false;
|
||||
static constexpr bool DefaultTopSurfaceContoningBlueNoiseErrorDiffusionEnabled = false;
|
||||
|
||||
@@ -2806,7 +2806,7 @@ public:
|
||||
wxALIGN_CENTER_VERTICAL | wxRIGHT,
|
||||
gap);
|
||||
wxArrayString contoning_flat_infill_choices;
|
||||
contoning_flat_infill_choices.Add(_L("Default (Rectilinear)"));
|
||||
contoning_flat_infill_choices.Add(_L("Default (Boundary Skin variable width)"));
|
||||
contoning_flat_infill_choices.Add(_L("Rectilinear"));
|
||||
contoning_flat_infill_choices.Add(_L("Concentric"));
|
||||
contoning_flat_infill_choices.Add(_L("Boundary Skin (fixed width)"));
|
||||
|
||||
Reference in New Issue
Block a user