mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 01:36:13 +08:00
Corrected height for gantry.
This commit is contained in:
parent
4c84e303bb
commit
757760b12f
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user