mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
New implementation of the little inwards move before leaving a loop. #186
This commit is contained in:
parent
283809f5c2
commit
f001374c6e
4 changed files with 42 additions and 6 deletions
|
@ -736,6 +736,7 @@ sub size_3D {
|
|||
return map $extents[$_][MAX] - $extents[$_][MIN], (X,Y,Z);
|
||||
}
|
||||
|
||||
# this assumes a CCW rotation from $p2 to $p3 around $p1
|
||||
sub angle3points {
|
||||
my ($p1, $p2, $p3) = @_;
|
||||
# p1 is the center
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue