mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 15:39:04 -07:00
Fixing Clang warnings 1
This commit is contained in:
@@ -405,7 +405,7 @@ public:
|
||||
|
||||
WipeTowerWriter& append(const std::string& text) { m_gcode += text; return *this; }
|
||||
|
||||
std::vector<Vec2f> wipe_path() const
|
||||
const std::vector<Vec2f>& wipe_path() const
|
||||
{
|
||||
return m_wipe_path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user