mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
fix build error
This commit is contained in:
parent
1c256247b4
commit
e83c7653cd
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ static ExPolygons outer_inner_brim_area(const Print& print,
|
|||
Polygons holes_object;
|
||||
Polygons holes_support;
|
||||
if (objectWithExtruder.second == extruderNo && brimToWrite.at(object->id()).obj) {
|
||||
double adhension = getadhesionCoeff(object);
|
||||
double adhesion = getadhesionCoeff(object);
|
||||
double maxSpeed = Model::findMaxSpeed(object->model_object());
|
||||
// BBS: brims are generated by volume groups
|
||||
for (const auto& volumeGroup : object->firstLayerObjGroups()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue