NEW:add bed texture for double extruder

jira: none
Change-Id: I7608ba5beec6e598f53ceca9e23301f258466593
(cherry picked from commit 886705237446380191c11b9347fd1c732775e51f)
This commit is contained in:
zhou.xu
2025-01-07 11:30:25 +08:00
committed by Noisyfox
parent 94ac262624
commit 32e0d8a5c9
4 changed files with 84 additions and 14 deletions

View File

@@ -913,6 +913,7 @@ public:
void on_filament_deleted(int filament_count, int filament_id);
void on_filament_added(int filament_count);
std::map<int, bool> m_allow_bed_type_in_double_nozzle;
BedTextureInfo bed_texture_info[btCount];
BedTextureInfo cali_texture_info;
BedTextureInfo extruder_only_area_info[(unsigned char) Slic3r::ExtruderOnlyAreaType::btAreaCount];