mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Trying to make sure infill_first (or otherwise) is respected
This commit is contained in:
parent
1a2223a0a5
commit
103c7eda8a
2 changed files with 37 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue