mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 02:16:00 +08:00
Fix query of gcode's slicer version. (#8925)
* Fix query of gcode's slicer version.
This commit is contained in:
parent
818025635a
commit
c73513ee0d
@ -3662,7 +3662,7 @@ bool SelectMachineDialog::is_show_timelapse()
|
|||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string standard_version = "01.04.00.00";
|
std::string standard_version = "2.2.0";
|
||||||
PartPlate *plate = m_plater->get_partplate_list().get_curr_plate();
|
PartPlate *plate = m_plater->get_partplate_list().get_curr_plate();
|
||||||
fs::path gcode_path = plate->get_tmp_gcode_path();
|
fs::path gcode_path = plate->get_tmp_gcode_path();
|
||||||
|
|
||||||
@ -3680,7 +3680,7 @@ bool SelectMachineDialog::is_show_timelapse()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (line == "BambuStudio")
|
if (line == "OrcaSlicer")
|
||||||
is_version = true;
|
is_version = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user