mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 05:06:04 +08:00
fix build error
This commit is contained in:
parent
1c256247b4
commit
e83c7653cd
@ -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…
x
Reference in New Issue
Block a user