Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.66k stars 874 forks source link

added same path for extra combing move introduced #2056

Closed saumyaj3 closed 3 months ago

saumyaj3 commented 3 months ago

CURA-11735

Description

The moveInsideCombBoundary method in LayerPlan class has been updated to take an extra GCodePath parameter. This update improves the combing process by ensuring a consistent path is followed. Previously a new gcodepath was getting created for this combing move, however last_position was somehow not properly updated .

In the picture it could be seen what it changes in gcode

Capture