update infill_overlap

This commit is contained in:
Wang YB
2023-12-30 13:53:11 +08:00
parent ce07369753
commit e4497e898c
2 changed files with 3 additions and 16 deletions

View File

@@ -63,11 +63,6 @@ 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).");