mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-01 20:40:41 -07:00
FIX: The filament_map of the disk is incorrect in manual mode
jira: STUDIO-9484 Change-Id: I920f387b10d46c2fa1b9385bf3d920c8b8df8806 (cherry picked from commit 4cf4c82c9e226204be84449d2e7df382d5a73ccf)
This commit is contained in:
parent
cae74be2a4
commit
d04f09fa18
1 changed files with 1 additions and 1 deletions
|
|
@ -15695,7 +15695,7 @@ void Plater::open_filament_map_setting_dialog(wxCommandEvent &evt)
|
|||
curr_plate->set_filament_map_mode(new_map_mode);
|
||||
}
|
||||
|
||||
if (new_map_mode == fmmManual && old_filament_maps != new_filament_maps){
|
||||
if (new_map_mode == fmmManual){
|
||||
curr_plate->set_filament_maps(new_filament_maps);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue