PrusaSlicer-NonPlainar/lib/Slic3r
2013-11-11 00:08:50 +01:00
..
ExtrusionPath
Fill Fix planepath fill patterns for very small regions. #1463 2013-10-13 16:07:14 +02:00
Format
GCode Bugfix: [input_filename] and [input_filename_base] were only available in the filename pattern and not in the custom G-code settings. #1507 2013-11-02 15:49:20 +01:00
Geometry
GUI Add .ngc to G-code file name suffixes 2013-11-10 23:37:59 +01:00
Layer Removed useless functions 2013-11-06 21:09:28 +01:00
Print Fix t/support.t 2013-11-02 11:32:23 +01:00
Test
Config.pm Typo 2013-10-27 21:38:32 +01:00
ExPolygon.pm Fix regression in t/shells.t due to things ported to XS 2013-11-08 11:35:02 +01:00
Extruder.pm Fix speed math for wipe, which was causing too fast retraction. Includes regression test. #1468 2013-10-13 17:05:22 +02:00
ExtrusionLoop.pm
ExtrusionPath.pm
Fill.pm Introduce a ->count method for all collections to save time 2013-09-17 23:38:23 +02:00
Flow.pm Use minimum extrusion width for support material too 2013-10-28 14:04:50 +01:00
GCode.pm Bugfix: [input_filename] and [input_filename_base] were only available in the filename pattern and not in the custom G-code settings. #1507 2013-11-02 15:49:20 +01:00
Geometry.pm Ported point_line_distance() and removed same_point() 2013-11-06 23:08:03 +01:00
GUI.pm Bugfix: expert mode was crashing when home path contained non-ASCII 2013-11-10 17:06:59 +01:00
Layer.pm Update support material code to use shared memory 2013-09-17 23:14:49 +02:00
Line.pm
Model.pm Fix STL export. #1448 2013-09-19 12:25:00 +02:00
Point.pm
Polygon.pm
Polyline.pm Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XS 2013-10-27 22:57:25 +01:00
Print.pm Fix regression causing incomplete output filepath expansion. #1514 2013-11-11 00:08:50 +01:00
Surface.pm
SVG.pm
Test.pm Fix complete_objects after XS port. Includes regression test. #1511 2013-11-02 14:44:30 +01:00
TriangleMesh.pm