Removed assert check for non-rectangular bed (no longer needed).

This commit is contained in:
surynek 2025-02-06 10:19:36 +01:00 committed by Lukas Matena
parent 4dac6fea8a
commit edc82445f5

View File

@ -976,9 +976,6 @@ bool check_PolygonPositionWithinPlate(const SolverConfiguration &solver_configur
{
BoundingBox polygon_box = get_extents(polygon);
// general plate polygons are currently not supported
assert(solver_configuration.plate_bounding_polygon.points.size() == 0);
#ifdef DEBUG
{
printf("x: %d,%d\n", polygon_box.min.x() + x, polygon_box.max.x() + x);