Skirt_done should be a coord_t

This commit is contained in:
Joseph Lenox 2018-07-24 23:39:50 -05:00
parent 346adade6b
commit a196bcdff6

View File

@ -49,7 +49,7 @@ private:
// Slic3r::PressureRegulator _pressure_regulator;
/// presence in the array indicates that the
std::map<double, bool> _skirt_done {};
std::map<coord_t, bool> _skirt_done {};
bool _brim_done {false};
bool _second_layer_things_done {false};
std::pair<Point, bool> _last_obj_copy {std::pair<Point, bool>(Point(), false)};