update infill_overlap

This commit is contained in:
Wang YB
2023-12-30 10:45:44 +08:00
parent b92ad8b784
commit bb8113dee9
2 changed files with 22 additions and 1 deletions

View File

@@ -63,6 +63,11 @@ struct FillParams
bool use_arachne { false };
// Layer height for Concentric infill with Arachne.
coordf_t layer_height { 0.f };
//w14
double perimeter_extrusion_width{0};
double infill_overlap {0};
double castifop{0};
float temp_set;
};
static_assert(IsTriviallyCopyable<FillParams>::value, "FillParams class is not POD (and it should be - see constructor).");