mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix flow dynamics calib crash when last bed type is selected (#8014)
Fix flow dynamics calib crash when last bed type is selected (SoftFever/OrcaSlicer#7857)
This commit is contained in:
@@ -24,12 +24,14 @@ static const std::string temp_gcode_path = temp_dir + "/temp.gcode";
|
|||||||
static const std::string path = temp_dir + "/test.3mf";
|
static const std::string path = temp_dir + "/test.3mf";
|
||||||
static const std::string config_3mf_path = temp_dir + "/test_config.3mf";
|
static const std::string config_3mf_path = temp_dir + "/test_config.3mf";
|
||||||
|
|
||||||
static std::string MachineBedTypeString[5] = {
|
static std::string MachineBedTypeString[7] = {
|
||||||
"auto",
|
"auto",
|
||||||
|
"suprtack",
|
||||||
"pc",
|
"pc",
|
||||||
"ep",
|
"ep",
|
||||||
"pei",
|
"pei",
|
||||||
"pte"
|
"pte",
|
||||||
|
"pct",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user