mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-29 08:02:43 +00:00
Refactoring: new method in Flow for calculating spacing between extrusions having different width
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user