mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 19:59:01 +08:00
Removed polygon on bed test.
This commit is contained in:
parent
6480d8cf12
commit
da9be3c9e8
@ -238,6 +238,7 @@ bool check_ScheduledObjectsForSequentialPrintability(const SolverConfiguration
|
|||||||
|
|
||||||
assert(!objects_to_print[flat_index].pgns_at_height.empty());
|
assert(!objects_to_print[flat_index].pgns_at_height.empty());
|
||||||
|
|
||||||
|
/*
|
||||||
if (!check_PolygonPositionWithinPlate(solver_configuration,
|
if (!check_PolygonPositionWithinPlate(solver_configuration,
|
||||||
SEQ_SLICER_SCALE_FACTOR,
|
SEQ_SLICER_SCALE_FACTOR,
|
||||||
scheduled_object.x,
|
scheduled_object.x,
|
||||||
@ -251,6 +252,7 @@ bool check_ScheduledObjectsForSequentialPrintability(const SolverConfiguration
|
|||||||
#endif
|
#endif
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
plate_polygons.push_back(polygons[flat_index]);
|
plate_polygons.push_back(polygons[flat_index]);
|
||||||
plate_unreachable_polygons.push_back(unreachable_polygons[flat_index]);
|
plate_unreachable_polygons.push_back(unreachable_polygons[flat_index]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user