Make sure that we have the lower_layer_edge_grid when placing seams
This commit is contained in:
parent
19eb984d72
commit
00dfb8f69c
2 changed files with 30 additions and 20 deletions
src/slic3r/GUI
|
@ -673,6 +673,7 @@ void GUI_App::post_init()
|
|||
// to popup a modal dialog on start without screwing combo boxes.
|
||||
// This is ugly but I honestly found no better way to do it.
|
||||
// Neither wxShowEvent nor wxWindowCreateEvent work reliably.
|
||||
assert(this->preset_updater); // FIXME Following condition is probably not neccessary.
|
||||
if (this->preset_updater) {
|
||||
this->check_updates(false);
|
||||
CallAfter([this] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue