mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
NEW: [STUDIO-3710] add Bambu Cube V2
Thank you very much to Thrutheframe for providing us with a very valuable model for our software. We sincerely appreciate your time and effort in helping us improve the project. Here is the model address: https://www.printables.com/model/222285-bambu-lab-xyz-calibration-cube. Thank you again, Thrutheframe. Change-Id: I200fd23ab7a09683b2610664c8e09ae53fc42133
This commit is contained in:
parent
9d552ddb10
commit
619cb8eeff
3 changed files with 3 additions and 1 deletions
|
@ -2055,6 +2055,8 @@ static TriangleMesh create_mesh(const std::string& type_name, const BoundingBoxf
|
|||
mesh = TriangleMesh(its_make_cone(0.5 * side, side));
|
||||
else if (type_name == "Bambu Cube")
|
||||
mesh.ReadSTLFile((Slic3r::resources_dir() + "/model/Bambu_Cube.stl").c_str(), true, nullptr);
|
||||
else if (type_name == "Bambu Cube V2")
|
||||
mesh.ReadSTLFile((Slic3r::resources_dir() + "/model/Bambu_Cube_V2.stl").c_str(), true, nullptr);
|
||||
else if (type_name == "3DBenchy")
|
||||
mesh.ReadSTLFile((Slic3r::resources_dir() + "/model/3DBenchy.stl").c_str(), true, nullptr);
|
||||
else if (type_name == "ksr FDMTest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue