mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
ENH: CLI: add a flag to allow minimum size save
JIRA: STUDIO-3752 Change-Id: I0277c34d108185d10130630a72811122f8ee9ae2
This commit is contained in:
parent
064f3ee0aa
commit
e1b3a5b6d5
3 changed files with 18 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ private:
|
|||
bool export_project(Model *model, std::string& path, PlateDataPtrs &partplate_data, std::vector<Preset*>& project_presets,
|
||||
std::vector<ThumbnailData*>& thumbnails, std::vector<ThumbnailData*>& top_thumbnails, std::vector<ThumbnailData*>& pick_thumbnails,
|
||||
std::vector<ThumbnailData*>& calibration_thumbnails,
|
||||
std::vector<PlateBBoxData*>& plate_bboxes, const DynamicPrintConfig* config);
|
||||
std::vector<PlateBBoxData*>& plate_bboxes, const DynamicPrintConfig* config, bool minimum_save);
|
||||
|
||||
bool has_print_action() const { return m_config.opt_bool("export_gcode") || m_config.opt_bool("export_sla"); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue