mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: CLI: fix the brim related issues
1. move the global functions to Model 2. set brim automation paremeters before process JIRA: STUDIO-4208 Change-Id: I3f75175ec74d214ca2a6d5f3ade56d08e0ecd4f3 (cherry picked from commit bcc88bc01ec396e8fb8af1186b47a75cd5116f3c)
This commit is contained in:
parent
7f642112d2
commit
d5b9dcfbbe
6 changed files with 159 additions and 126 deletions
|
@ -1545,6 +1545,9 @@ public:
|
|||
static double getThermalLength(const ModelVolume* modelVolumePtr);
|
||||
static double getThermalLength(const std::vector<ModelVolume*> modelVolumePtrs);
|
||||
static Polygon getBedPolygon() { return Model::printSpeedMap.bed_poly; }
|
||||
//BBS static functions that update extruder params and speed table
|
||||
static void setPrintSpeedTable(const DynamicPrintConfig& config, const PrintConfig& print_config);
|
||||
static void setExtruderParams(const DynamicPrintConfig& config, int extruders_count);
|
||||
|
||||
// BBS: backup
|
||||
static Model read_from_archive(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue