From c26521470fb7a35b09a67559d8ec3facf2b3988a Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Wed, 16 Oct 2024 14:32:36 +0800 Subject: [PATCH] FIX:reset is_load_extruder_only_area_textures flag when change machine jira:none Change-Id: I97c97fae3d4ded0e25d518c0ae4a5cef9c640b45 --- src/slic3r/GUI/PartPlate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp index 6a3017f00..9593a8281 100644 --- a/src/slic3r/GUI/PartPlate.cpp +++ b/src/slic3r/GUI/PartPlate.cpp @@ -5194,6 +5194,7 @@ bool PartPlateList::set_shapes(const Pointfs& shape, const Pointfs& exclude_area plate->set_shape(shape, exclude_areas, extruder_areas, pos, height_to_lid, height_to_rod); } is_load_bedtype_textures = false; //reload textures + is_load_extruder_only_area_textures = false; // reload textures calc_bounding_boxes(); update_logo_texture_filename(texture_filename);