mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Detection of optimal infill direction for bridges. Includes many fixes and improvements.
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user