PrusaSlicer-NonPlainar/lib
Mark Hindess 407de02fe4 Use binary search for get_layer_range.
Gives a 13% speed up on Teethy_Tiki.stl (thing:49334) with default settings
on my laptop.
When $self->layers->[0]->slice_z == $min_z the returned $min_layer value is
0 rather than the (incorrect?) -1 returned by the old code.
2013-04-18 19:29:05 +01:00
..
Slic3r Use binary search for get_layer_range. 2013-04-18 19:29:05 +01:00
Slic3r.pm Require Boost::Geometry::Utils 0.08 2013-04-09 14:03:24 +02:00