mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 17:42:14 +00:00
Fix regression causing config validation to be ignored when using the Export G-code button in plater. #2046
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user