Some multi-extruder options in GUI

This commit is contained in:
Alessandro Ranellucci 2012-07-18 20:36:34 +02:00
parent 9137a6b41e
commit 30a2213fd9
5 changed files with 172 additions and 72 deletions

View file

@ -195,7 +195,7 @@ sub load_config {
}
$last_config_dir = dirname($file);
$last_config = $file;
$_->external_config_loaded($file) for values %{$self->{options_tabs}};
$_->load_external_config($file) for values %{$self->{options_tabs}};
}
sub config_wizard {