PrusaSlicer-NonPlainar/lib/Slic3r
Jesse Vincent 3e8c5804fe Inline comparable_distance_between_points
It was called on an incredibly hot codepath from a single place. At 12313276 calls
on my test .stl, the sub call overhead alone was a significant perf hit.
2013-04-07 18:13:40 -04:00
..
ExtrusionPath Do each island completely if avoid_crossing_perimeters is enabled. #278 2013-03-10 16:09:03 +01:00
Fill Bugfix: wrong flow and bad pattern rotation when infill-every-layers was set to an arbitrary high value 2013-03-17 01:10:40 +01:00
Format Bugfix: crash when reading/writing files to paths containing non-ASCII characters on Windows. #651 #865 2013-01-13 10:18:34 +01:00
GCode Bugfix: time estimates for cooling were computed for each object separately instead of the whole actual layer. #1071 2013-04-04 01:17:44 +02:00
Geometry Safer safety_offset() for ExPolygons 2013-03-26 13:57:37 +01:00
GUI Bugfix: configuration wizard led to crash with simple mode. #1077 2013-04-03 19:26:59 +02:00
Layer Allow 0.1mm slots. #959 #1056 2013-04-04 01:24:40 +02:00
Print Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfaces because it was only considering the contour. This caused extra shell material even in hollow prints. #1049 2013-03-30 11:22:12 +01:00
Config.pm New wipe feature 2013-03-17 02:22:50 +01:00
ExPolygon.pm Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfaces because it was only considering the contour. This caused extra shell material even in hollow prints. #1049 2013-03-30 11:22:12 +01:00
Extruder.pm New wipe feature 2013-03-17 02:22:50 +01:00
ExtrusionLoop.pm Missing bit 2013-03-11 12:47:27 +01:00
ExtrusionPath.pm Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfaces because it was only considering the contour. This caused extra shell material even in hollow prints. #1049 2013-03-30 11:22:12 +01:00
Fill.pm Refactoring: use the clone() method for inflating Surface objects 2013-03-29 19:18:06 +01:00
Flow.pm Use full flow for sparse infill by default 2013-03-17 00:21:17 +01:00
GCode.pm Don't wipe if option is disabled 2013-04-03 19:08:12 +02:00
Geometry.pm Inline comparable_distance_between_points 2013-04-07 18:13:40 -04:00
GUI.pm Move ObjectDialog to a separate file 2013-03-10 12:33:10 +01:00
Layer.pm Factored out the layer height logic 2013-03-10 11:37:16 +01:00
Line.pm Completed vibration limit 2012-11-17 12:08:19 +01:00
Model.pm Slice a single object with multiple layer heights. :-) 2013-03-10 14:58:49 +01:00
Point.pm Merge branch 'master' into avoid-crossing-perimeters 2013-01-12 19:00:18 +01:00
Polygon.pm Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfaces because it was only considering the contour. This caused extra shell material even in hollow prints. #1049 2013-03-30 11:22:12 +01:00
Polyline.pm Merge branch 'wipe' 2013-03-31 11:36:04 +02:00
Print.pm Bugfix: time estimates for cooling were computed for each object separately instead of the whole actual layer. #1071 2013-04-04 01:17:44 +02:00
Surface.pm Bugfix: infill direction wasn't correctly alternated when infilling every 2 layers. #1068 2013-03-29 19:24:08 +01:00
SVG.pm Added support for expolygons in Slic3r::SVG 2013-03-11 14:23:45 +01:00
Test.pm Fix test framework detecting dE=0 as retraction 2013-03-18 18:01:01 +01:00
TriangleMesh.pm Bugfix: horizontal projection for high-res models might show corrupted result 2013-03-17 15:39:51 +01:00