mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-31 05:47:02 +00:00
FIX: update filament map of plate when switching preset
that has different nozzle nums jira:none Change-Id: If78571ddf4fa7ac17e7dcf47013075821b8567a6 (cherry picked from commit a6ad5c8be86313085922e3063eec2aba029a5a99)
This commit is contained in:
@@ -487,6 +487,7 @@ public:
|
||||
std::vector<int> get_filament_maps();
|
||||
void set_filament_maps(const std::vector<int>& f_maps);
|
||||
|
||||
void on_extruder_count_changed(int extruder_count);
|
||||
void set_filament_count(int filament_count);
|
||||
void on_filament_added();
|
||||
void on_filament_deleted(int filament_count, int filament_id);
|
||||
@@ -872,6 +873,8 @@ public:
|
||||
void init_cali_texture_info();
|
||||
void load_cali_textures();
|
||||
|
||||
void on_extruder_count_changed(int extruder_count);
|
||||
|
||||
void set_filament_count(int filament_count);
|
||||
void on_filament_deleted(int filament_count, int filament_id);
|
||||
void on_filament_added(int filament_count);
|
||||
|
||||
Reference in New Issue
Block a user