mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Ironing and Monotonous infill - first working implementation.
This commit is contained in:
parent
033548a568
commit
ec81de7553
4 changed files with 342 additions and 352 deletions
|
@ -532,7 +532,8 @@ void Layer::make_ironing()
|
|||
fill.z = this->print_z;
|
||||
fill.overlap = 0;
|
||||
fill_params.density = 1.;
|
||||
fill_params.dont_connect = true;
|
||||
// fill_params.dont_connect = true;
|
||||
fill_params.dont_connect = false;
|
||||
fill_params.monotonous = true;
|
||||
|
||||
for (size_t i = 0; i < by_extruder.size(); ++ i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue