fix build failed error bug.

This commit is contained in:
alves
2026-01-27 10:53:32 +08:00
parent 9b43bff570
commit 334237b10f

View File

@@ -1748,7 +1748,8 @@ wxBoxSizer* MainFrame::create_side_tools()
SidePopup* p = new SidePopup(this);
if (wxGetApp().preset_bundle && !wxGetApp().preset_bundle->is_bbl_vendor())
//if (0) {
//if (0)
{
// ThirdParty Buttons
SideButton* export_gcode_btn = new SideButton(p, _L("Export G-code file"), "");
export_gcode_btn->SetCornerRadius(0);