Updated Print.xsp
This commit is contained in:
parent
ab1e90ec0d
commit
ece4f10bf7
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ _constant()
|
|||
|
||||
void export_gcode(char *path_template) %code%{
|
||||
try {
|
||||
THIS->export_gcode(path_template, nullptr);
|
||||
THIS->export_gcode(path_template, nullptr, nullptr);
|
||||
} catch (std::exception& e) {
|
||||
croak("%s\n", e.what());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue