Allowed "Slicing engine" and all Arachne parameters to be settable per object.
This commit is contained in:
parent
556e2b71cc
commit
adf2d21c67
7 changed files with 43 additions and 43 deletions
|
@ -315,7 +315,7 @@ void PerimeterGenerator::process_arachne()
|
|||
coord_t bead_width_x = perimeter_width;
|
||||
coord_t wall_0_inset = 0;
|
||||
|
||||
Arachne::WallToolPaths wallToolPaths(last_p, bead_width_0, bead_width_x, coord_t(loop_number + 1), wall_0_inset, *this->print_config);
|
||||
Arachne::WallToolPaths wallToolPaths(last_p, bead_width_0, bead_width_x, coord_t(loop_number + 1), wall_0_inset, *this->object_config);
|
||||
wallToolPaths.generate();
|
||||
|
||||
std::set<size_t> bins_with_index_zero_perimeters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue