mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-17 06:25:52 +08:00
Update to 6.4.0.
This commit is contained in:
parent
a47101764b
commit
fa34a51712
@ -1,8 +1,8 @@
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* *
|
* *
|
||||||
* Author : Angus Johnson *
|
* Author : Angus Johnson *
|
||||||
* Version : 6.3.0 *
|
* Version : 6.4.0 *
|
||||||
* Date : 19 April 2015 *
|
* Date : 2 July 2015 *
|
||||||
* Website : http://www.angusj.com *
|
* Website : http://www.angusj.com *
|
||||||
* Copyright : Angus Johnson 2010-2015 *
|
* Copyright : Angus Johnson 2010-2015 *
|
||||||
* *
|
* *
|
||||||
@ -1528,7 +1528,12 @@ void Clipper::InsertLocalMinimaIntoAEL(const cInt botY)
|
|||||||
|
|
||||||
if (rb)
|
if (rb)
|
||||||
{
|
{
|
||||||
if(IsHorizontal(*rb)) AddEdgeToSEL(rb);
|
if (IsHorizontal(*rb))
|
||||||
|
{
|
||||||
|
AddEdgeToSEL(rb);
|
||||||
|
if (rb->NextInLML)
|
||||||
|
m_Scanbeam.push(rb->NextInLML->Top.y());
|
||||||
|
}
|
||||||
else m_Scanbeam.push(rb->Top.y());
|
else m_Scanbeam.push(rb->Top.y());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* *
|
* *
|
||||||
* Author : Angus Johnson *
|
* Author : Angus Johnson *
|
||||||
* Version : 6.3.0 *
|
* Version : 6.4.0 *
|
||||||
* Date : 19 April 2015 *
|
* Date : 2 July 2015 *
|
||||||
* Website : http://www.angusj.com *
|
* Website : http://www.angusj.com *
|
||||||
* Copyright : Angus Johnson 2010-2015 *
|
* Copyright : Angus Johnson 2010-2015 *
|
||||||
* *
|
* *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user