ENH:hide the picture of the extruder

Change-Id: I7ca3e38570067ad769303d1d0d29d3bbde99a81e
(cherry picked from commit 15f33638a1017572aea3523e916328e47cb8861e)
This commit is contained in:
tao wang
2025-01-13 17:23:40 +08:00
committed by Noisyfox
parent 1052036719
commit 9c7e3f864b
2 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ class StepCtrlBase : public StaticBox
{
protected:
wxFont font_tip;
StateColor clr_bar;
StateColor clr_bar;
StateColor clr_step;
StateColor clr_text;
StateColor clr_tip;
@@ -108,7 +108,7 @@ class FilamentStepIndicator : public StepCtrlBase
{
ScalableBitmap bmp_ok;
wxBitmap bmp_extruder;
//wxBitmap bmp_extruder;
wxString m_slot_information = "";
public: