mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Prettier validation errors
This commit is contained in:
parent
bad0bd8520
commit
948793e570
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ _constant()
|
||||||
try {
|
try {
|
||||||
THIS->validate();
|
THIS->validate();
|
||||||
} catch (PrintValidationException &e) {
|
} catch (PrintValidationException &e) {
|
||||||
croak(e.what());
|
croak("%s\n", e.what());
|
||||||
}
|
}
|
||||||
%};
|
%};
|
||||||
%{
|
%{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue