mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-24 16:48:49 -07:00
FIX: remove auto sync for extruder
jira: none Change-Id: I924c5d8c8d15139dfcb1532322ad7cf813aece3b (cherry picked from commit e956106c158d67d265c641b959ad1ed397ece09a)
This commit is contained in:
parent
3141dbd57c
commit
eec174ccf0
1 changed files with 3 additions and 2 deletions
|
|
@ -2058,8 +2058,9 @@ bool Sidebar::should_sync_extruder_list(MachineObject *obj)
|
|||
|
||||
void Sidebar::load_ams_list(std::string const &device, MachineObject* obj)
|
||||
{
|
||||
if (should_sync_extruder_list(obj))
|
||||
sync_extruder_list();
|
||||
// Remove auto sync
|
||||
//if (should_sync_extruder_list(obj))
|
||||
// sync_extruder_list();
|
||||
|
||||
std::map<int, DynamicPrintConfig> filament_ams_list = build_filament_ams_list(obj);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue