1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Ported ExtrusionPath to XS. Failing test for Surface

This commit is contained in:
Alessandro Ranellucci
2013-07-15 12:14:22 +02:00
parent 8c1e1cc3ea
commit f612d4c64e
24 changed files with 501 additions and 143 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ sub infill_direction {
}
# use bridge angle
if (defined $surface->bridge_angle) {
if ($surface->bridge_angle != -1) {
Slic3r::debugf "Filling bridge with angle %d\n", $surface->bridge_angle;
$rotate[0] = Slic3r::Geometry::deg2rad($surface->bridge_angle);
}