ENH: Remove the solid layer below the fast extrusion

jira: none
Change-Id: Ied59c6f18bc2832be80c105d95f77d5cff119cc3
(cherry picked from commit b9d07f402ea929b90c26bf6f55919677cf77a75b)
This commit is contained in:
jiangkai.zhao
2025-02-18 19:10:53 +08:00
committed by Noisyfox
parent 3f7f8260cb
commit b8384f0b7e
2 changed files with 11 additions and 53 deletions

View File

@@ -346,8 +346,6 @@ public:
int filament_adhesiveness_category{0};
std::vector<float> layer_depths;
std::vector<bool> solid_infill;
std::vector<bool> solid_infill_lower_h_nozzlechange;
std::vector<bool> has_nozzle_change;
std::vector<float> finish_depth{0}; // the start pos of finish frame for every layer
float depth{0};
float start_depth{0};