PrusaSlicer-NonPlainar/lib/Slic3r/Print
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
..
Object.pm Use binary search for get_layer_range. 2013-04-18 19:29:05 +01:00
Region.pm Rename materials to regions 2012-09-23 02:52:31 +02:00