Fine tuned bounding box for hose in the simplified model for MK4.

This commit is contained in:
surynek 2025-01-20 19:19:21 +01:00 committed by Lukas Matena
parent 33aa425b4f
commit bd8d230ca9

View File

@ -30,7 +30,7 @@ static Sequential::PrinterGeometry get_printer_geometry() {
{ { -40000000, -45000000 }, { 38000000, -45000000 }, { 38000000, 20000000 }, { -40000000, 20000000 } } } });
slices.push_back(ExtruderSlice{ 11000000, BOX, { { {-350000000, -23000000 }, {350000000, -23000000 }, {350000000, -35000000 }, {-350000000, -35000000 } } } });
slices.push_back(ExtruderSlice{ 13000000, BOX, { { { -12000000, -350000000 }, { 9000000, -350000000 }, { 9000000, -39000000 }, { -12000000, -39000000 } },
{ { -12000000, -350000000 }, {250000000, -350000000 }, {250000000, -82000000 }, { -12000000, -82000000} } } });
{ { -12000000, -250000000 }, {300000000, -250000000 }, {300000000, -82000000 }, { -12000000, -82000000} } } });
Sequential::PrinterGeometry out;
out.x_size = scaled(s_multiple_beds.get_bed_size().x());