Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-03-09 14:30:31 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-03-15 11:55:56 +0300
commitf01f02154c617cc24835475da419ed6322f2ceec (patch)
treeef2a49ac0319d8b594f6fcb48711d8e400e5dc7e /xs
parent8e27e355c2bb8450459d6f031cddab968bd67a3f (diff)
Reworked the "new" bridging to respect the bridge_flow_ratio
by maintaining extrusion spacing, but modifying the extrusion width and / or height.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Flow.xsp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xs/xsp/Flow.xsp b/xs/xsp/Flow.xsp
index 6962085d5..019af16f2 100644
--- a/xs/xsp/Flow.xsp
+++ b/xs/xsp/Flow.xsp
@@ -16,8 +16,6 @@
float nozzle_diameter();
bool bridge();
float spacing();
- float spacing_to(Flow* other)
- %code{% RETVAL = THIS->spacing(*other); %};
int scaled_width();
int scaled_spacing();
double mm3_per_mm();