mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 15:57:55 -06:00
FIX: revert "Disable i3 traditional timelapse"
Jira: XXXX Change-Id: I5ab7ce8e39787149c16983607e2bd1330f4d6ea0
This commit is contained in:
parent
d9a3d9d7d8
commit
4c2754f4ee
2 changed files with 0 additions and 51 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue