mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-20 08:04:26 +08:00
Updated Print.xsp
This commit is contained in:
parent
ab1e90ec0d
commit
ece4f10bf7
@ -164,7 +164,7 @@ _constant()
|
|||||||
|
|
||||||
void export_gcode(char *path_template) %code%{
|
void export_gcode(char *path_template) %code%{
|
||||||
try {
|
try {
|
||||||
THIS->export_gcode(path_template, nullptr);
|
THIS->export_gcode(path_template, nullptr, nullptr);
|
||||||
} catch (std::exception& e) {
|
} catch (std::exception& e) {
|
||||||
croak("%s\n", e.what());
|
croak("%s\n", e.what());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user