mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -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
|
@ -10,7 +10,7 @@
|
|||
#include "../Surface.hpp"
|
||||
|
||||
#include "FillBase.hpp"
|
||||
#include "FillRectilinear2.hpp"
|
||||
#include "FillRectilinear.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -536,7 +536,7 @@ void Layer::make_ironing()
|
|||
}
|
||||
std::sort(by_extruder.begin(), by_extruder.end());
|
||||
|
||||
FillRectilinear2 fill;
|
||||
FillRectilinear fill;
|
||||
FillParams fill_params;
|
||||
fill.set_bounding_box(this->object()->bounding_box());
|
||||
fill.layer_id = this->id();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue