NEW:add "extruder_only_area" textures for

double extruder machine
jira:none

Change-Id: Iaf4118fb00641537838dae7cc5fdaaf07ccc9851
(cherry picked from commit a8d6c9fe8976dbcb79c1f89efb7107073cb17856)
(cherry picked from commit c74a769c14d702dbb78d479e49be927028502037)
This commit is contained in:
zhou.xu
2024-10-16 10:49:49 +08:00
committed by Noisyfox
parent 6b34eb5322
commit 95a5914c26
7 changed files with 198 additions and 3 deletions

View File

@@ -634,6 +634,7 @@ public:
static GLTexture bed_textures[(unsigned int)btCount];
static bool is_load_bedtype_textures;
static bool is_load_cali_texture;
static bool is_load_extruder_only_area_textures;
PartPlateList(int width, int depth, int height, Plater* platerObj, Model* modelObj, PrinterTechnology tech = ptFFF);
PartPlateList(Plater* platerObj, Model* modelObj, PrinterTechnology tech = ptFFF);
@@ -850,7 +851,9 @@ public:
}
void init_bed_type_info();
void init_extruder_only_area_info();
void load_bedtype_textures();
void load_extruder_only_area_textures();
void show_cali_texture(bool show = true);
void init_cali_texture_info();
@@ -858,6 +861,7 @@ public:
BedTextureInfo bed_texture_info[btCount];
BedTextureInfo cali_texture_info;
BedTextureInfo extruder_only_area_info[(unsigned char) ExtruderOnlyAreaType::btAreaCount];
};
} // namespace GUI