Expose all multi-extruder settings to the GUI

This commit is contained in:
Alessandro Ranellucci 2012-08-07 20:14:28 +02:00
parent 793301d319
commit 2548d5b993
4 changed files with 35 additions and 18 deletions

View file

@ -164,7 +164,7 @@ sub do_slice {
Slic3r::GUI::catch_error($self, sub { $process_dialog->Destroy if $process_dialog });
}
sub save_config {
sub export_config {
my $self = shift;
my $config = $self->config;