mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 13:52:01 +08:00
Fix debug build, there was obsolete assert
This commit is contained in:
parent
a430aa41ba
commit
6b41e5d9b1
@ -28,7 +28,7 @@ namespace Slic3r {
|
|||||||
ThickPolylines make_fill_polylines(
|
ThickPolylines make_fill_polylines(
|
||||||
const Fill *fill, const Surface *surface, const FillParams ¶ms, bool stop_vibrations, bool fill_gaps, bool connect_extrusions)
|
const Fill *fill, const Surface *surface, const FillParams ¶ms, bool stop_vibrations, bool fill_gaps, bool connect_extrusions)
|
||||||
{
|
{
|
||||||
assert(fill->print_config != nullptr && fill->print_object_config != nullptr && fill->print_region_config != nullptr);
|
assert(fill->print_config != nullptr && fill->print_object_config != nullptr);
|
||||||
|
|
||||||
auto rotate_thick_polylines = [](ThickPolylines &tpolylines, double cos_angle, double sin_angle) {
|
auto rotate_thick_polylines = [](ThickPolylines &tpolylines, double cos_angle, double sin_angle) {
|
||||||
for (ThickPolyline &tp : tpolylines) {
|
for (ThickPolyline &tp : tpolylines) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user