mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
PerimeterGenerator - a bit of refactoring for readability.
This commit is contained in:
parent
81823fe7df
commit
9c1b1829cf
2 changed files with 29 additions and 30 deletions
|
@ -77,8 +77,8 @@ public:
|
|||
_ext_mm3_per_mm(-1), _mm3_per_mm(-1), _mm3_per_mm_overhang(-1)
|
||||
{};
|
||||
void process();
|
||||
|
||||
private:
|
||||
|
||||
private:
|
||||
double _ext_mm3_per_mm;
|
||||
double _mm3_per_mm;
|
||||
double _mm3_per_mm_overhang;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue