FIX: modify the max volumetric speed of default fliament

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I6c84b35d0b4a663a3f2fdd96ce2fa5a7dd3208b7
This commit is contained in:
qing.zhang 2022-10-20 12:14:54 +08:00 committed by Lane.Wei
parent 9e89a1e10e
commit 9c32cff1dd
4 changed files with 26 additions and 2 deletions

View file

@ -2646,6 +2646,8 @@ void TabFilament::update()
if (m_preset_bundle->printers.get_selected_preset().printer_technology() == ptSLA)
return; // ys_FIXME
m_config_manipulation.check_filament_max_volumetric_speed(m_config);
m_update_cnt++;
update_description_lines();