mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -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
|
@ -492,7 +492,7 @@ wxMenu* MenuFactory::append_submenu_add_generic(wxMenu* menu, ModelVolumeType ty
|
|||
|
||||
if (type == ModelVolumeType::INVALID) {
|
||||
sub_menu->AppendSeparator();
|
||||
for (auto &item : {L("Bambu Cube"), L("3DBenchy"), L("ksr FDMTest")}) {
|
||||
for (auto &item : {L("Bambu Cube"), L("Bambu Cube V2"), L("3DBenchy"), L("ksr FDMTest")}) {
|
||||
append_menu_item(
|
||||
sub_menu, wxID_ANY, _(item), "", [type, item](wxCommandEvent &) { obj_list()->load_generic_subobject(item, type); }, "", menu);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue