mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: temporarily not show textures not used in N1 machine
Change-Id: I177b081ed602777e97c4cc9a8011e4aacd6bacaa (cherry picked from commit 284fa5e767543527c5476e84553cc84dc24083b5) (cherry picked from commit 3a67e4458168c65baf014561950de281ab900aca)
This commit is contained in:
parent
46ec5ea930
commit
32541741ed
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue