Fix regression causing config validation to be ignored when using the Export G-code button in plater. #2046

master
Alessandro Ranellucci 2014-05-20 23:29:43 +02:00
parent 63d56c666b
commit 0ba685f556
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ sub export_gcode {
$self->{print}->apply_config($config);
$self->{print}->validate;
};
Slic3r::GUI::catch_error($self) and return;
# apply extra variables
{