mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Updated Print.xsp
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user