mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 05:15:57 +08:00
Fix thin_walls_merge
This commit is contained in:
parent
4eecaa943a
commit
2f85825131
@ -1715,7 +1715,7 @@ void PerimeterGenerator::_merge_thin_walls(ExtrusionEntityCollection &extrusions
|
||||
searcher.search_result.loop->paths.insert(searcher.search_result.loop->paths.begin() + 1 + searcher.search_result.idx_path,
|
||||
change_flow.paths.begin(), change_flow.paths.end());
|
||||
//add the real extrusion path
|
||||
change_flow.percent_extrusion = 0.9f;
|
||||
change_flow.percent_extrusion = 9.f; // 0.9 but as we modified it by 0.1 just before, has to multiply by 10
|
||||
change_flow.paths = std::vector<ExtrusionPath>();
|
||||
change_flow.use(tws);
|
||||
searcher.search_result.loop->paths.insert(searcher.search_result.loop->paths.begin() + 1 + searcher.search_result.idx_path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user