mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW: support software limit of axis control
Change-Id: I0d241aeddeed112b21ed576ce793c3e9f061c923 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
8e1fd89430
commit
2dc2d8252d
8 changed files with 315 additions and 7 deletions
|
@ -459,6 +459,7 @@ public:
|
|||
int mc_print_percent; /* left print progess in percent */
|
||||
int mc_left_time; /* left time in seconds */
|
||||
int last_mc_print_stage;
|
||||
int home_flag;
|
||||
bool is_system_printing();
|
||||
int print_error;
|
||||
|
||||
|
@ -467,6 +468,8 @@ public:
|
|||
int m_push_count = 0;
|
||||
bool calibration_done { false };
|
||||
|
||||
bool is_axis_at_home(std::string axis);
|
||||
|
||||
wxString get_curr_stage();
|
||||
// return curr stage index of stage list
|
||||
int get_curr_stage_idx();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue