mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
NEW: select timelapse option when sending a print
Change-Id: I3a43d2ad038c397f45d1505d7eb7367746dd09ba Signed-off-by: Stone Li <stone.li@bambulab.com> (cherry picked from commit 7b26b69975746a6005fbc70728c1d16b1b120850)
This commit is contained in:
@@ -1739,6 +1739,12 @@ bool MachineObject::is_function_supported(PrinterFunction func)
|
||||
return DeviceManager::is_function_supported(printer_type, func_name);
|
||||
}
|
||||
|
||||
bool MachineObject::is_support_print_with_timelapse()
|
||||
{
|
||||
//TODO version check, set true by default
|
||||
return true;
|
||||
}
|
||||
|
||||
int MachineObject::publish_json(std::string json_str, int qos)
|
||||
{
|
||||
if (is_lan_mode_printer()) {
|
||||
|
||||
Reference in New Issue
Block a user