ENH: Pass ams information for slicing
jira: none Change-Id: I3fe12189b6e8246fd553dcd8659bf7f98e622767 (cherry picked from commit b620a4122e2371d8311a307fa1db377e5a155222)
This commit is contained in:
@@ -5536,6 +5536,7 @@ unsigned int Plater::priv::update_background_process(bool force_validation, bool
|
||||
PartPlate* cur_plate = background_process.get_current_plate();
|
||||
std::vector<int> f_maps = cur_plate->get_filament_maps();
|
||||
invalidated = background_process.apply(this->model, wxGetApp().preset_bundle->full_config(false, f_maps));
|
||||
background_process.fff_print()->set_extruder_filament_info(wxGetApp().preset_bundle->get_extruder_filament_info());
|
||||
}
|
||||
else
|
||||
invalidated = background_process.apply(this->model, wxGetApp().preset_bundle->full_config(false));
|
||||
|
||||
Reference in New Issue
Block a user