mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 15:02:01 +08:00
made _last_obj_copy a std::pair to hold onto validity information as well as the point location.
This commit is contained in:
parent
7c0b807518
commit
ec7d3803d9
@ -52,7 +52,7 @@ private:
|
||||
std::map<double, bool> _skirt_done {};
|
||||
bool _brim_done {false};
|
||||
bool _second_layer_things_done {false};
|
||||
std::string _last_obj_copy {""};
|
||||
std::pair<Point, bool> _last_obj_copy {std::pair<Point, bool>(Point(), false)};
|
||||
bool _autospeed {false};
|
||||
|
||||
void _print_first_layer_temperature(bool wait);
|
||||
|
Loading…
x
Reference in New Issue
Block a user