mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Detection of optimal infill direction for bridges. Includes many fixes and improvements.
This commit is contained in:
parent
1cb515a8e5
commit
743f2abcf2
18 changed files with 445 additions and 68 deletions
8
lib/Slic3r/Surface/Bridge.pm
Normal file
8
lib/Slic3r/Surface/Bridge.pm
Normal file
|
@ -0,0 +1,8 @@
|
|||
package Slic3r::Surface::Bridge;
|
||||
use Moo;
|
||||
|
||||
extends "Slic3r::Surface";
|
||||
|
||||
has 'bridge_angle' => (is => 'ro');
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue