CrealityOfficial / CrealityPrint

GNU Affero General Public License v3.0
217 stars 31 forks source link

Wrong GCODE generation on top shell layers #204

Open ducklingasa opened 3 months ago

ducklingasa commented 3 months ago

I have noticed in the latest version that the GCODE for the top layers is wrongly generated without considering if the object continues some parts. The top layer is generated like the object would finish there, which causes the remaining printed part to break down easily as it will not "glue" to the below complete shell layer.

This is an example object I used: image

This is the generated GCODE 5. layer: image

And this is how it was generated in Crealiy Pring 4.3, which allows correct adhesion between the layers: image

All are generated with the default settings. Is there any solution for this?