FIX: Fix missing offset() helper declaration
/run/build/BambuStudio/src/libslic3r/GCode/WipeTower.cpp:3327:26: error: ‘offset’ was not declared in this scope; did you mean ‘off_t’? 3327 | outer_wall = offset(outer_wall, scaled(spacing)).front(); | ^~~~~~ | off_t
This commit is contained in:
parent
ea2c021427
commit
c77afa7096
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "GCodeProcessor.hpp"
|
||||
#include "BoundingBox.hpp"
|
||||
#include "ClipperUtils.hpp"
|
||||
#include "LocalesUtils.hpp"
|
||||
#include "Triangulation.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue