mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 23:06:11 +08:00
Export of print config enabled as default in save file dialog when exporting to amf and 3mf files
This commit is contained in:
parent
f23f86d91c
commit
166ee4c2c8
@ -925,6 +925,7 @@ wxWindow* export_option_creator(wxWindow* parent)
|
|||||||
wxPanel* panel = new wxPanel(parent, -1);
|
wxPanel* panel = new wxPanel(parent, -1);
|
||||||
wxSizer* sizer = new wxBoxSizer(wxHORIZONTAL);
|
wxSizer* sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||||
wxCheckBox* cbox = new wxCheckBox(panel, wxID_HIGHEST + 1, L("Export print config"));
|
wxCheckBox* cbox = new wxCheckBox(panel, wxID_HIGHEST + 1, L("Export print config"));
|
||||||
|
cbox->SetValue(true);
|
||||||
sizer->AddSpacer(5);
|
sizer->AddSpacer(5);
|
||||||
sizer->Add(cbox, 0, wxEXPAND | wxALL | wxALIGN_CENTER_VERTICAL, 5);
|
sizer->Add(cbox, 0, wxEXPAND | wxALL | wxALIGN_CENTER_VERTICAL, 5);
|
||||||
panel->SetSizer(sizer);
|
panel->SetSizer(sizer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user