mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 18:09:04 +08:00
Only set $last_skein_dir from Plater, not $last_skein_file, to avoid interfering with Quick Slice.
This commit is contained in:
parent
b24e0370dd
commit
fda21bd6f2
@ -236,7 +236,7 @@ sub load_file {
|
||||
my $self = shift;
|
||||
my ($input_file) = @_;
|
||||
|
||||
$Slic3r::GUI::SkeinPanel::last_input_file = $input_file;
|
||||
$Slic3r::GUI::SkeinPanel::last_skein_dir = dirname($input_file);
|
||||
|
||||
my $process_dialog = Wx::ProgressDialog->new('Loading…', "Processing input file…", 100, $self, 0);
|
||||
$process_dialog->Pulse;
|
||||
|
Loading…
x
Reference in New Issue
Block a user