mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-04 02:19:45 -07:00
Background processing in C++, WIP.
This commit is contained in:
@@ -136,7 +136,8 @@ public:
|
||||
{}
|
||||
~GCode() {}
|
||||
|
||||
// throws std::runtime_exception
|
||||
// throws std::runtime_exception on error,
|
||||
// throws CanceledException through print->throw_if_canceled().
|
||||
void do_export(Print *print, const char *path, GCodePreviewData *preview_data = nullptr);
|
||||
|
||||
// Exported for the helper classes (OozePrevention, Wipe) and for the Perl binding for unit tests.
|
||||
|
||||
Reference in New Issue
Block a user