Trying to make sure infill_first (or otherwise) is respected

This commit is contained in:
Lukas Matena 2018-07-13 11:25:22 +02:00
parent 1a2223a0a5
commit 103c7eda8a
2 changed files with 37 additions and 19 deletions

View file

@ -69,6 +69,8 @@ public:
bool operator< (const LayerTools &rhs) const { return print_z - EPSILON < rhs.print_z; }
bool operator==(const LayerTools &rhs) const { return std::abs(print_z - rhs.print_z) < EPSILON; }
bool is_extruder_order(unsigned int a, unsigned int b) const;
coordf_t print_z;
bool has_object;
bool has_support;