Updated Print.xsp

This commit is contained in:
enricoturri1966 2020-04-02 12:30:54 +02:00
parent ab1e90ec0d
commit ece4f10bf7

View File

@ -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());
}