mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Slic3r should now be able to detect optimal bridging direction for any kind of bridge. #58
This commit is contained in:
@@ -85,6 +85,11 @@ sub atan {
|
||||
return Slic3r::Geometry::line_atan($self);
|
||||
}
|
||||
|
||||
sub direction {
|
||||
my $self = shift;
|
||||
return Slic3r::Geometry::line_direction($self);
|
||||
}
|
||||
|
||||
sub intersection {
|
||||
my $self = shift;
|
||||
my ($line, $require_crossing) = @_;
|
||||
|
||||
Reference in New Issue
Block a user