Unfortunately, the parameter - machine_center_is_zero is not what I am looking for. The situation is as follows: I am sending an STL file that is already offset (object centered on the print bed with an offset of X=100, Y=100). Additionally, I am providing the print bed width and height to CuraEngine as parameters X=200mm, Y=200mm. The generated G-code is positioned around X=200, Y=200. It seems like CuraEngine is considering two offset parameters - one from the STL file and the second from half of the print bed size. How can I disable or turn off one of these offsets?