FIX: disable filament_typep

Jira: XXXX

Change-Id: Ib605b33e4474525fbe49e70596fc09aa356f478a
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
This commit is contained in:
maosheng.wei 2023-11-07 10:04:03 +08:00 committed by Lane.Wei
parent bb31e912ef
commit b8ed3d12aa
1 changed files with 1 additions and 0 deletions

View File

@ -3107,6 +3107,7 @@ void TabFilament::toggle_options()
}
if (m_active_page->title() == "Filament")
{
toggle_option("filament_type", false);
//BBS: hide these useless option for bambu printer
toggle_line("enable_pressure_advance", !is_BBL_printer);
if (is_BBL_printer)