mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: add tips when no sdcard
add has_ipcam status in DeviceManager Change-Id: Ie51608218c9bf9513201ccffebfd12802d320680 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
a2c847be11
commit
3dbdc40360
5 changed files with 85 additions and 4 deletions
|
@ -1341,7 +1341,7 @@ void StatusPanel::update(MachineObject *obj)
|
|||
m_timelapse_button->Hide();
|
||||
}
|
||||
|
||||
if (obj->is_function_supported(PrinterFunction::FUNC_RECORDING)) {
|
||||
if (obj->is_function_supported(PrinterFunction::FUNC_RECORDING) || obj->has_ipcam) {
|
||||
m_recording_button->Show();
|
||||
} else {
|
||||
m_recording_button->Hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue