mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
ENH: hide auto switch filament for P1P
show video when printing for P1P Change-Id: I0f35385b849a0c3081c004916258134ef161982e Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -53,7 +53,7 @@ CameraPopup::CameraPopup(wxWindow *parent, MachineObject* obj)
|
||||
m_switch_timelapse->SetValue(obj->camera_timelapse);
|
||||
|
||||
//recording
|
||||
m_text_recording = new wxStaticText(m_panel, wxID_ANY, _L("Monitoring Recording"));
|
||||
m_text_recording = new wxStaticText(m_panel, wxID_ANY, _L("Video when printing"));
|
||||
m_text_recording->Wrap(-1);
|
||||
m_text_recording->SetFont(Label::Head_14);
|
||||
m_text_recording->SetForegroundColour(TEXT_COL);
|
||||
|
||||
Reference in New Issue
Block a user