Merge branch 'main' into dev/h2d-2

# Conflicts:
#	src/slic3r/GUI/PartPlate.hpp
This commit is contained in:
Noisyfox
2025-10-14 19:43:33 +08:00
72 changed files with 276 additions and 270 deletions

View File

@@ -206,9 +206,9 @@ private:
void on_filament_map_mode_change();
public:
static const unsigned int PLATE_NAME_HOVER_ID = 6;
static const unsigned int PLATE_FILAMENT_MAP_ID = 8;
static const unsigned int GRABBER_COUNT = 9;
static constexpr unsigned int PLATE_NAME_HOVER_ID = 6;
static constexpr unsigned int PLATE_FILAMENT_MAP_ID = 8;
static constexpr unsigned int GRABBER_COUNT = 9;
static ColorRGBA SELECT_COLOR;
static ColorRGBA UNSELECT_COLOR;
@@ -675,7 +675,7 @@ public:
void reset();
};
static const unsigned int MAX_PLATES_COUNT = MAX_PLATE_COUNT;
static constexpr unsigned int MAX_PLATES_COUNT = MAX_PLATE_COUNT;
static GLTexture bed_textures[(unsigned int)btCount];
static bool is_load_bedtype_textures;
static bool is_load_cali_texture;