Merge remote-tracking branch 'PRIVATE/master' into ys_emboss_with_master
This commit is contained in:
commit
fbcdd4191b
65 changed files with 6783 additions and 2921 deletions
|
@ -2891,6 +2891,13 @@ bool GUI_App::may_switch_to_SLA_preset(const wxString& caption)
|
|||
caption);
|
||||
return false;
|
||||
}
|
||||
if (model_has_connectors(model())) {
|
||||
show_info(nullptr,
|
||||
_L("SLA technology doesn't support cut with connectors") + "\n\n" +
|
||||
_L("Please check your object list before preset changing."),
|
||||
caption);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue