Skip to content

Commit

Permalink
#699 fix remember last folder for opened file
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 21, 2020
1 parent 2aadd5b commit 4c76226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4728,7 +4728,7 @@ void Plater::add_model(bool imperial_units/* = false*/)
}

Plater::TakeSnapshot snapshot(this, snapshot_label);
load_files(paths, true, false, imperial_units);
load_files(paths, true, false, true, imperial_units);
}

void Plater::import_sl1_archive()
Expand Down

0 comments on commit 4c76226

Please sign in to comment.