mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 17:08:42 +03:00
Fixed a bug that would cause sending to fail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user