mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: fix bug of status for calibration finished
Change-Id: I774bbea8952340fc983162c10fca4b7ee444c725 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
df96469918
commit
dc314bf404
1 changed files with 1 additions and 1 deletions
|
@ -1229,7 +1229,7 @@ void MachineObject::parse_state_changed_event()
|
|||
{
|
||||
// parse calibration done
|
||||
if (last_mc_print_stage != mc_print_stage) {
|
||||
if (mc_print_stage == 1 && boost::contains(m_gcode_file, "auto_cali_for_user.gcode")) {
|
||||
if (mc_print_stage == 1 && boost::contains(m_gcode_file, "auto_cali_for_user")) {
|
||||
calibration_done = true;
|
||||
} else {
|
||||
calibration_done = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue