mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user