Fillers: Renamed Rectilinear2 to Rectilinear.

This commit is contained in:
Vojtech Bubnik 2020-11-16 13:24:57 +01:00
parent 2249e5d4b2
commit a864d584a6
7 changed files with 35 additions and 35 deletions

View file

@ -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_