From 32541741ed95e817e8fa21f4bf68b80eb8b8fb17 Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Mon, 3 Jul 2023 17:17:29 +0800 Subject: [PATCH] FIX: temporarily not show textures not used in N1 machine Change-Id: I177b081ed602777e97c4cc9a8011e4aacd6bacaa (cherry picked from commit 284fa5e767543527c5476e84553cc84dc24083b5) (cherry picked from commit 3a67e4458168c65baf014561950de281ab900aca) --- src/slic3r/GUI/PartPlate.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp index 5aee315ed8..cd96177cbe 100644 --- a/src/slic3r/GUI/PartPlate.cpp +++ b/src/slic3r/GUI/PartPlate.cpp @@ -681,6 +681,9 @@ void PartPlate::render_logo(bool bottom, bool render_cali) const int bed_type_idx = (int)curr_bed_type; // render bed textures for (auto &part : m_partplate_list->bed_texture_info[bed_type_idx].parts) { + auto curr = wxGetApp().preset_bundle->printers.get_selected_preset(); + if (curr.name.find("Bambu Lab N1")==0) + break; if (part.texture) { if (part.buffer && part.buffer->get_vertices_count() > 0 //&& part.vbo_id != 0