Compilation fixes
This commit is contained in:
parent
af9c7c967f
commit
cafa5b26a8
2 changed files with 4 additions and 2 deletions
src/libslic3r
|
@ -882,6 +882,8 @@ public:
|
|||
float thr = scaled<float>(0.5);
|
||||
return smooth_outward(offset(offset_ex(*m_support_polygons, thr), - thr), thr);
|
||||
}
|
||||
assert(false);
|
||||
return Polygons();
|
||||
}
|
||||
|
||||
#if defined(SLIC3R_DEBUG) && ! defined(SUPPORT_USE_AGG_RASTERIZER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue