mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06: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:
parent
ad22dec6d9
commit
77a37f086d
5 changed files with 18 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue