Updated Print.xsp
This commit is contained in:
parent
ab1e90ec0d
commit
ece4f10bf7
@ -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 New Issue
Block a user