mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-20 14:54:25 +08:00
typo
This commit is contained in:
parent
fd26796cb1
commit
681bc59e5a
@ -87,7 +87,6 @@ namespace Slic3r {
|
|||||||
}
|
}
|
||||||
// print
|
// print
|
||||||
float mult_flow = (params.fill_exactly && idx == 0 ? std::min(2., volume / extrudedVolume) : 1);
|
float mult_flow = (params.fill_exactly && idx == 0 ? std::min(2., volume / extrudedVolume) : 1);
|
||||||
std::cout << "mult_flow =" << mult_flow << " \n";
|
|
||||||
extrusion_entities_append_paths(
|
extrusion_entities_append_paths(
|
||||||
eec.entities, std::move(polylines_layer),
|
eec.entities, std::move(polylines_layer),
|
||||||
good_role,
|
good_role,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user