ENH: add back infill anchor for special case

These two settings is necessary for some
specific user case.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I9d70679932ac90c34296393d0e8bb8aebd8ebe48
This commit is contained in:
salt.wei 2023-05-29 10:15:57 +08:00 committed by Lane.Wei
parent 030275a5a1
commit 3ea602091e
10 changed files with 79 additions and 15 deletions

View file

@ -28,11 +28,6 @@
namespace Slic3r {
//BBS: 0% of sparse_infill_line_width, no anchor at the start of sparse infill
float Fill::infill_anchor = 400;
//BBS: 20mm
float Fill::infill_anchor_max = 20;
Fill* Fill::new_from_type(const InfillPattern type)
{
switch (type) {