Corrected height for gantry.

This commit is contained in:
surynek 2025-01-21 20:27:56 +01:00 committed by Lukas Matena
parent 4c84e303bb
commit 757760b12f

View File

@ -43,7 +43,7 @@ static Sequential::PrinterGeometry get_printer_geometry() {
{ { -45000000, 9000000 }, { 37000000, 9000000 }, { 37000000, 69000000 }, { -45000000, 69000000 } } } });
slices.push_back(ExtruderSlice{11000000, BOX, { { { -8000000, -82000000 }, { 8000000, -82000000 }, { 8000000, -36000000 }, { -8000000, -36000000 } },
{ { -8000000, -82000000 }, { 250000000, -82000000 }, { 250000000, -300000000 }, { -8000000, -300000000 } } } });
slices.push_back(ExtruderSlice{11000000, BOX, { { { -300000000, -35000000 }, { 300000000, -35000000 }, { 300000000, -21000000 }, { -300000000, -21000000 } } } });
slices.push_back(ExtruderSlice{17000000, BOX, { { { -300000000, -35000000 }, { 300000000, -35000000 }, { 300000000, -21000000 }, { -300000000, -21000000 } } } });
*/
Sequential::PrinterGeometry out;
out.x_size = scaled(s_multiple_beds.get_bed_size().x());