FIX: add set to Optimal button

2. modify the manual mode of filament_dialog
jira: none
Change-Id: I2ce6834eb65de2da70e7649346fc88b90f280b29

Change-Id: I18448e800fe3338f045d35f7a1fa6c3e3c8eef79
(cherry picked from commit 5dce0ebc06f6aace50374fa37bd91cabb5213385)
This commit is contained in:
zhimin.zeng
2024-10-16 11:33:25 +08:00
committed by Noisyfox
parent 950da4ecfd
commit 5d17c51aa9
3 changed files with 50 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ private:
private:
wxStaticText * m_tip_text;
wxStaticText * m_below_tip_text;
SwitchButton * m_mode_switch_btn;
wxBoxSizer * m_extruder_panel_sizer;
DragDropPanel* m_manual_left_panel;