mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
FIX: update proceed action ack param
Jira: [STUDIO-14689] Change-Id: If424997b9ed05ab95f048424b8950f927ea9b608 (cherry picked from commit 8c712f49caf7a7f0d0fcef7a7c392170ae699ba4)
This commit is contained in:
@@ -683,7 +683,7 @@ public:
|
||||
int command_set_printer_nozzle(std::string nozzle_type, float diameter);
|
||||
int command_set_printer_nozzle2(int id, std::string nozzle_type, float diameter);
|
||||
int command_get_access_code();
|
||||
int command_ack_proceed(GUI::ActionProceed& proceed);
|
||||
int command_ack_proceed(json& proceed);
|
||||
|
||||
/* command upgrade */
|
||||
int command_upgrade_confirm();
|
||||
|
||||
Reference in New Issue
Block a user