mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-22 01:21:50 -06:00
Revised Inner Outer Inner mode for Classic mode (#4417)
This commit is contained in:
parent
28533dd175
commit
b736a0bc38
2 changed files with 101 additions and 9 deletions
|
@ -137,6 +137,9 @@ public:
|
|||
virtual Polylines as_polylines() const { Polylines dst; this->collect_polylines(dst); return dst; }
|
||||
virtual double length() const = 0;
|
||||
virtual double total_volume() const = 0;
|
||||
|
||||
// Orca: Used for inner/outer/inner mode - classic perimeter generator
|
||||
int inset_idx = -1;
|
||||
|
||||
static std::string role_to_string(ExtrusionRole role);
|
||||
static ExtrusionRole string_to_role(const std::string_view role);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue