add mix_wall revert infill_overlap

This commit is contained in:
Wang YB
2024-02-27 13:51:25 +08:00
parent 2046b2f21f
commit 04b1c22cc6
3 changed files with 18 additions and 8 deletions

View File

@@ -133,13 +133,15 @@ enum DraftShield {
enum class LabelObjectsStyle {
Disabled, Octoprint, Firmware
};
//w20
enum class PerimeterGeneratorType
{
// Classic perimeter generator using Clipper offsets with constant extrusion width.
Classic,
// Perimeter generator with variable extrusion width based on the paper
// "A framework for adaptive width control of dense contour-parallel toolpaths in fused deposition modeling" ported from Cura.
Arachne
Arachne,
Mix_wall
};
//B3
enum class GCodeThumbnailsFormat { QIDI,PNG, JPG, QOI };