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:
parent
22dc0b1212
commit
64153c7968
1 changed files with 4 additions and 2 deletions
|
@ -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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue