mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 18:02:09 +00:00
FIX: update proceed action ack param
Jira: [STUDIO-14689] Change-Id: If424997b9ed05ab95f048424b8950f927ea9b608 (cherry picked from commit 8c712f49caf7a7f0d0fcef7a7c392170ae699ba4)
This commit is contained in:
@@ -17,15 +17,6 @@ class MachineObject;//Previous definitions
|
||||
|
||||
namespace GUI {
|
||||
|
||||
struct ActionProceed{
|
||||
std::string command;
|
||||
uint16_t err_index;
|
||||
uint32_t err_code;
|
||||
std::vector<uint16_t> err_ignored;
|
||||
};
|
||||
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Slic3r::GUI::ActionProceed, command, err_index, err_code, err_ignored);
|
||||
|
||||
|
||||
class DeviceErrorDialog : public DPIDialog
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user