mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
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%{
|
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…
Add table
Add a link
Reference in a new issue