mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
ENH: CLI: add time estimation for non-cache slicing
JIRA: XXXX Change-Id: Ifed2d70e8d6355087694df96e413cdbcf792d6d9
This commit is contained in:
parent
04552e4c9b
commit
165bb96e35
6 changed files with 29 additions and 8 deletions
|
@ -698,7 +698,7 @@ public:
|
|||
|
||||
ApplyStatus apply(const Model &model, DynamicPrintConfig config) override;
|
||||
|
||||
void process(bool use_cache = false) override;
|
||||
void process(long long *time_cost_with_cache = nullptr, bool use_cache = false) override;
|
||||
// Exports G-code into a file name based on the path_template, returns the file path of the generated G-code file.
|
||||
// If preview_data is not null, the preview_data is filled in for the G-code visualization (not used by the command line Slic3r).
|
||||
std::string export_gcode(const std::string& path_template, GCodeProcessorResult* result, ThumbnailsGeneratorCallback thumbnail_cb = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue