Fixed a bug that would cause sending to fail

This commit is contained in:
sunsets
2024-04-01 15:10:24 +08:00
parent 3039c76417
commit 5183107d79
3 changed files with 8 additions and 4 deletions

View File

@@ -23,13 +23,14 @@ namespace Slic3r {
namespace GUI {
//B53
//B53 //B62
struct PhysicalPrinterPresetData
{
wxString lower_name; // just for sorting
wxString name; // preset_name
wxString fullname; // full name
bool selected; // is selected
std::string preset_name;
int checkboxId;
};
class PrintHostSendDialog : public GUI::MsgDialog