mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add calibration and unload filament
define new command for calibration and unload filament Change-Id: I834680740b4052d5719193a40945ca2704a3d858 Signed-off-by: Stone Li <stone.li@bambulab.com> (cherry picked from commit c742fb5feb26938152858c44056d809fe18ce742) Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -210,12 +210,6 @@ MonitorPanel::~MonitorPanel()
|
||||
m_hms_panel = new HMSPanel(m_tabpanel);
|
||||
m_tabpanel->AddPage(m_hms_panel, _L("HMS"),"", false);
|
||||
|
||||
|
||||
#if !BBL_RELEASE_TO_PUBLIC
|
||||
m_debug_panel = new DebugPanel(m_tabpanel);
|
||||
m_tabpanel->AddPage(m_debug_panel, _L("Debug"), "", false);
|
||||
#endif
|
||||
|
||||
m_initialized = true;
|
||||
show_status((int)MonitorStatus::MONITOR_NO_PRINTER);
|
||||
}
|
||||
@@ -436,12 +430,6 @@ void MonitorPanel::update_all()
|
||||
if (m_upgrade_panel->IsShown()) {
|
||||
m_upgrade_panel->update(obj);
|
||||
}
|
||||
|
||||
#if !BBL_RELEASE_TO_PUBLIC
|
||||
if (m_debug_panel->IsShown()) {
|
||||
m_debug_panel->update(obj);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
bool MonitorPanel::Show(bool show)
|
||||
|
||||
Reference in New Issue
Block a user