mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 02:00:14 +08:00
Fix compilation on older gcc
This commit is contained in:
parent
76d3813cdb
commit
9b6bd5dd36
@ -230,7 +230,7 @@ Print::make_skirt()
|
||||
skirts = 1;
|
||||
|
||||
const std::set<size_t> extruders{ this->extruders() };
|
||||
auto extruder_it { extruders.begin() };
|
||||
auto extruder_it = extruders.begin();
|
||||
std::vector<float> e_per_mm{0}, extruded_length{0};
|
||||
if (this->config.min_skirt_length() > 0)
|
||||
for (auto i : extruders)
|
||||
|
Loading…
x
Reference in New Issue
Block a user