1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Detection of optimal infill direction for bridges. Includes many fixes and improvements.

This commit is contained in:
Alessandro Ranellucci
2011-10-07 19:07:57 +02:00
parent 1cb515a8e5
commit 743f2abcf2
18 changed files with 445 additions and 68 deletions
+8
View File
@@ -0,0 +1,8 @@
package Slic3r::Surface::Bridge;
use Moo;
extends "Slic3r::Surface";
has 'bridge_angle' => (is => 'ro');
1;