mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 07:41:09 -06:00
Refactoring: new method in Flow for calculating spacing between extrusions having different width
This commit is contained in:
parent
8ee11b3239
commit
6194cbf530
4 changed files with 26 additions and 10 deletions
|
@ -24,6 +24,8 @@
|
|||
bool bridge()
|
||||
%code{% RETVAL = THIS->bridge; %};
|
||||
float spacing();
|
||||
float spacing_to(Flow* other)
|
||||
%code{% RETVAL = THIS->spacing(*other); %};
|
||||
long scaled_width();
|
||||
long scaled_spacing();
|
||||
double mm3_per_mm();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue