mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Reverted Print::export_png() for the Perl unit tests.
This commit is contained in:
@@ -185,6 +185,14 @@ _constant()
|
|||||||
}
|
}
|
||||||
%};
|
%};
|
||||||
|
|
||||||
|
void export_gcode(char *path_template) %code%{
|
||||||
|
try {
|
||||||
|
THIS->export_gcode(path_template, nullptr);
|
||||||
|
} catch (std::exception& e) {
|
||||||
|
croak(e.what());
|
||||||
|
}
|
||||||
|
%};
|
||||||
|
|
||||||
void export_png(char *path) %code%{
|
void export_png(char *path) %code%{
|
||||||
try {
|
try {
|
||||||
THIS->export_png(path);
|
THIS->export_png(path);
|
||||||
|
|||||||
Reference in New Issue
Block a user