mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 15:35:55 +08:00
Removed assert check for non-rectangular bed (no longer needed).
This commit is contained in:
parent
4dac6fea8a
commit
edc82445f5
@ -976,9 +976,6 @@ bool check_PolygonPositionWithinPlate(const SolverConfiguration &solver_configur
|
|||||||
{
|
{
|
||||||
BoundingBox polygon_box = get_extents(polygon);
|
BoundingBox polygon_box = get_extents(polygon);
|
||||||
|
|
||||||
// general plate polygons are currently not supported
|
|
||||||
assert(solver_configuration.plate_bounding_polygon.points.size() == 0);
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
{
|
{
|
||||||
printf("x: %d,%d\n", polygon_box.min.x() + x, polygon_box.max.x() + x);
|
printf("x: %d,%d\n", polygon_box.min.x() + x, polygon_box.max.x() + x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user