mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 00:26:00 +08:00
#553 set extrusions to gapfill for gapfill's infillpatternWGapfill to not confuse the auto-speed
This commit is contained in:
parent
c75d4904f9
commit
8431ca1c66
@ -616,11 +616,11 @@ Fill::do_gap_fill(const ExPolygons &gapfill_areas, const FillParams ¶ms, Ext
|
||||
#endif
|
||||
|
||||
ExtrusionEntityCollection gap_fill = thin_variable_width(polylines_gapfill, erGapFill, *params.flow);
|
||||
//set role if needed
|
||||
if (params.role != erSolidInfill) {
|
||||
//set role if needed (it will confuse the auto-speed, so don't change it from gap fill)
|
||||
/*if (params.role != erSolidInfill) {
|
||||
ExtrusionSetRole set_good_role(params.role);
|
||||
gap_fill.visit(set_good_role);
|
||||
}
|
||||
}*/
|
||||
//move them into the collection
|
||||
if (!gap_fill.entities.empty()) {
|
||||
ExtrusionEntityCollection *coll_gapfill = new ExtrusionEntityCollection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user