work in progress:

hooked in new step: posSupportableIssuesSearch
created layout of the processing
This commit is contained in:
PavelMikus 2022-04-04 12:35:29 +02:00
parent e9f5551450
commit adf39805bc
6 changed files with 257 additions and 65 deletions

View file

@ -61,7 +61,7 @@ enum PrintStep : unsigned int {
enum PrintObjectStep : unsigned int {
posSlice, posPerimeters, posPrepareInfill,
posInfill, posIroning, posSupportMaterial, posCount,
posInfill, posIroning, posSupportableIssuesSearch, posSupportMaterial, posCount,
};
// A PrintRegion object represents a group of volumes to print
@ -381,6 +381,7 @@ private:
void prepare_infill();
void infill();
void ironing();
void find_supportable_issues();
void generate_support_material();
void slice_volumes();