mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 09:32:00 +08:00
Add forgotten header guards
This commit is contained in:
parent
e13d3cdbf2
commit
1ec4cbe2d6
@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Utility functions for travel gcode generation.
|
||||
*/
|
||||
|
||||
#ifndef slic3r_GCode_Travels_hpp_
|
||||
#define slic3r_GCode_Travels_hpp_
|
||||
|
||||
#include <vector>
|
||||
#include <tcbspan/span.hpp>
|
||||
#include <functional>
|
||||
@ -89,3 +97,5 @@ Points3 generate_travel_to_extrusion(
|
||||
const Point &xy_path_coord_origin
|
||||
);
|
||||
} // namespace Slic3r::GCode::Impl::Travels
|
||||
|
||||
#endif // slic3r_GCode_Travels_hpp_
|
||||
|
Loading…
x
Reference in New Issue
Block a user