FIX:Fix the image error of the hot bed

jira: STUDIO-14278
Change-Id: I3d0ee519b7ab057480cfde88be6b52d4f902b522
(cherry picked from commit af66ccee4e63074d4242f05792c1bc927c9ea2f8)
This commit is contained in:
zhou.xu
2025-09-01 20:01:34 +08:00
committed by Noisyfox
parent e89817b263
commit 59c2e222d8
8 changed files with 61 additions and 4 deletions

View File

@@ -5001,6 +5001,9 @@ std::map<std::string, std::string> Plater::get_bed_texture_maps()
auto pm = get_curr_printer_model();
if (pm) {
std::map<std::string, std::string> maps;
if (pm->use_double_extruder_default_texture.size() > 0) {
maps["use_double_extruder_default_texture"] = pm->use_double_extruder_default_texture;
}
if (pm->bottom_texture_end_name.size() > 0) {
maps["bottom_texture_end_name"] = pm->bottom_texture_end_name;
}