mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-07 01:57:38 +00:00
Merge branch 'main' into feature/OrcaFilamentLibrary
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 config_3mf_path = temp_dir + "/test_config.3mf";
|
||||
|
||||
static std::string MachineBedTypeString[5] = {
|
||||
static std::string MachineBedTypeString[7] = {
|
||||
"auto",
|
||||
"suprtack",
|
||||
"pc",
|
||||
"ep",
|
||||
"pei",
|
||||
"pte"
|
||||
"pte",
|
||||
"pct",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user