mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 14:41:59 +08:00
Skirt_done should be a coord_t
This commit is contained in:
parent
346adade6b
commit
a196bcdff6
@ -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)};
|
||||
|
Loading…
x
Reference in New Issue
Block a user