mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 04:53:15 +08:00
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 "GCodeProcessor.hpp"
|
||||||
#include "BoundingBox.hpp"
|
#include "BoundingBox.hpp"
|
||||||
|
#include "ClipperUtils.hpp"
|
||||||
#include "LocalesUtils.hpp"
|
#include "LocalesUtils.hpp"
|
||||||
#include "Triangulation.hpp"
|
#include "Triangulation.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user