mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-25 00:58:35 -07:00
FIX: do not update options if sending
jira: [STUDIO-11565] Change-Id: I55db25f8bc101e830c439725df408cb7a692faff (cherry picked from commit b80acdedff75b025c12a3f81cd0980f703115bc7)
This commit is contained in:
parent
1c388a6891
commit
c61ba747f9
1 changed files with 2 additions and 0 deletions
|
|
@ -2436,6 +2436,8 @@ void SelectMachineDialog::update_option_opts(MachineObject *obj)
|
|||
|
||||
void SelectMachineDialog::load_option_vals(MachineObject *obj)
|
||||
{
|
||||
if (m_is_in_sending_mode) { return;}
|
||||
|
||||
AppConfig* config = wxGetApp().app_config;
|
||||
if (!config) return;
|
||||
if (!obj) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue