mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: revert "Disable i3 traditional timelapse"
Jira: XXXX Change-Id: I5ab7ce8e39787149c16983607e2bd1330f4d6ea0
This commit is contained in:
@@ -273,7 +273,6 @@ enum PrintDialogStatus {
|
||||
PrintStatusNotSupportedPrintAll,
|
||||
PrintStatusBlankPlate,
|
||||
PrintStatusUnsupportedPrinter,
|
||||
PrintStatusUnsupportedSelectedTimelapse,
|
||||
};
|
||||
|
||||
std::string get_print_status_info(PrintDialogStatus status);
|
||||
@@ -443,9 +442,7 @@ public:
|
||||
void update_print_status_msg(wxString msg, bool is_warning = false, bool is_printer = true);
|
||||
void update_print_error_info(int code, std::string msg, std::string extra);
|
||||
void set_flow_calibration_state(bool state);
|
||||
bool is_enable_timelapse();
|
||||
bool is_show_timelapse();
|
||||
void set_timelapse_enable_status();
|
||||
bool is_same_printer_model();
|
||||
bool is_blocking_printing();
|
||||
bool has_tips(MachineObject* obj);
|
||||
|
||||
Reference in New Issue
Block a user