mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 06:45:57 +08:00
FIX: remove auto sync for extruder
jira: none Change-Id: I924c5d8c8d15139dfcb1532322ad7cf813aece3b
This commit is contained in:
parent
1d721f27ec
commit
e956106c15
@ -2076,8 +2076,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…
x
Reference in New Issue
Block a user