mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
FIX: print by object not support timelapse for I3
Jira: XXXX Change-Id: I8354971843f1e020db0f6407348cfa220ad514f2
This commit is contained in:
parent
66d0f8ff71
commit
cdbbdafc59
8 changed files with 85 additions and 5 deletions
|
@ -146,6 +146,7 @@ private:
|
|||
GLUquadricObject* m_quadric;
|
||||
int m_hover_id;
|
||||
bool m_selected;
|
||||
int m_timelapse_warning_code = 0;
|
||||
|
||||
// BBS
|
||||
DynamicPrintConfig m_config;
|
||||
|
@ -263,7 +264,8 @@ public:
|
|||
// set the plate's name
|
||||
void set_plate_name(const std::string &name);
|
||||
|
||||
|
||||
void set_timelapse_warning_code(int code) { m_timelapse_warning_code = code; }
|
||||
int timelapse_warning_code() { return m_timelapse_warning_code; }
|
||||
|
||||
//get the print's object, result and index
|
||||
void get_print(PrintBase **print, GCodeResult **result, int *index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue