mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-28 18:42:02 +08:00
Fix regression causing config validation to be ignored when using the Export G-code button in plater. #2046
This commit is contained in:
parent
63d56c666b
commit
0ba685f556
@ -692,6 +692,7 @@ sub export_gcode {
|
|||||||
$self->{print}->apply_config($config);
|
$self->{print}->apply_config($config);
|
||||||
$self->{print}->validate;
|
$self->{print}->validate;
|
||||||
};
|
};
|
||||||
|
Slic3r::GUI::catch_error($self) and return;
|
||||||
|
|
||||||
# apply extra variables
|
# apply extra variables
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user