You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use Ultimaker S5 printer profile with all defaults and Print cores AA 0.4 on both nozzles
load model into platform
scale only Z coord up to 100mm long
rotate about the Z axis so that the sharp edge looks at the back of the platform
configure quality profile fast 0.2 mm
configure Z seam alignment (User specified) and by default Z seam position (back) - this just for fixed seam position
slice + preview
use (layer progress bar) for check every layer
check several last movements ( 2-3 from layer progress bar) on every layers for see about different CW->CCW direction of wall walk
Each new slice you will have another pool of layers with CW->CCW changed directions.
Layer 483 CW - ok
Layer 482 CW - ok
Layer 481 CCW - bad
Layer 480 CW - ok
Layer 479 CW - ok
Actual Results
Results affect on real print quality - non-uniform layers of the outer wall at different heights in the printed model.
All thin walls affected this bug.
Expected results
All external walls must be CW direction
Additional Information
I investigated in the engine what exactly affects such a random change of direction.
In my opinion, the problem is in the call cascade in the file
Normal CW polygons data formed from a clipper enters this class
and in output in generated_toolpaths there are already random changes in directions
I think the problem is the competitiveness of the outer walls and the inner hole in this file.
The text was updated successfully, but these errors were encountered:
Dogm
changed the title
[5.3.0, 5.2.2, 5.1.0] [Bug] with random CW/CCW wall directions in thin walls
[5.x.x] Bug with random CW/CCW wall directions in thin walls
Jul 5, 2023
Application Version
all 5.x.x
Platform
Tested on Windows but most likely relevant for all platforms
Steps to Reproduce
Layer 483 CW - ok
Layer 482 CW - ok
Layer 481 CCW - bad
Layer 480 CW - ok
Layer 479 CW - ok
Actual Results
Results affect on real print quality - non-uniform layers of the outer wall at different heights in the printed model.
All thin walls affected this bug.
Expected results
All external walls must be CW direction
Additional Information
I investigated in the engine what exactly affects such a random change of direction.
In my opinion, the problem is in the call cascade in the file
Which use
Normal CW polygons data formed from a clipper enters this class
and in output in generated_toolpaths there are already random changes in directions
I think the problem is the competitiveness of the outer walls and the inner hole in this file.
The text was updated successfully, but these errors were encountered: