mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-15 08:23:00 +00:00
FIX: disable editing while sending print job
jira: [STUDIO-10362] Change-Id: Ie017db650699c64b751430a2bac2f9680626a750 (cherry picked from commit 79d626271cd1c7448e2cba5351b28d75652a710d)
This commit is contained in:
@@ -507,6 +507,9 @@ public:
|
||||
wxString format_bed_name(std::string plate_name);
|
||||
wxString format_steel_name(NozzleType type);
|
||||
PrintDialogStatus get_status() { return m_print_status; }
|
||||
|
||||
private:
|
||||
void EnableEditing(bool enable);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user