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

@ -3,7 +3,7 @@
#include "../ShortestPath.hpp"
#include "../Surface.hpp"
#include "FillRectilinear.hpp"
#include "FillLine.hpp"
namespace Slic3r {