#4621 Applying changes as proposed by review.

This commit is contained in:
Joseph Lenox 2018-12-29 23:48:01 -06:00 committed by Joseph Lenox
parent dd38214884
commit 518a72aa69
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#include <initializer_list>
#include <memory>
#include <regex>
#include <string>
#include "PrintConfig.hpp"

View File

@ -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.cbegin();
std::vector<float> e_per_mm{0}, extruded_length{0};
if (this->config.min_skirt_length() > 0)
for (auto i : extruders)