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 871 forks source link

[5.8.0] part of product missing using CuraEngine CLI #2066

Closed MrMonkeyManiac closed 2 months ago

MrMonkeyManiac commented 2 months ago

Application Version Tested on CuraEngine version 5.7.0 and 5.8.0 with respective Cura versions

Platform Ubuntu, within a docker container

Qt n/a

PyQt n/a

Display Driver n/a

Steps to Reproduce Using this Object; https://www.thingiverse.com/thing:6330588

Actual Results The sliced Object is missing most parts image

Expected results The Object is whole image

Additional Information

fieldOfView commented 2 months ago

CuraEngine does not change the origin of the model. Your model is partially placed "under the buildplate". CuraEngine only slices what is above the buildplate. Cura places the model in the center of the buildplate and makes sure the bottom of the model is on top of the buildplate. With CuraEngine, that task is up to you.