mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 20:13:59 -06:00
Fillers: Renamed Rectilinear2 to Rectilinear.
This commit is contained in:
parent
2249e5d4b2
commit
a864d584a6
7 changed files with 35 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef slic3r_FillRectilinear_hpp_
|
||||
#define slic3r_FillRectilinear_hpp_
|
||||
#ifndef slic3r_FillLine_hpp_
|
||||
#define slic3r_FillLine_hpp_
|
||||
|
||||
#include "../libslic3r.h"
|
||||
|
||||
|
@ -46,4 +46,4 @@ protected:
|
|||
|
||||
}; // namespace Slic3r
|
||||
|
||||
#endif // slic3r_FillRectilinear_hpp_
|
||||
#endif // slic3r_FillLine_hpp_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue