PrusaSlicer-NonPlainar/lib/Slic3r
2013-11-19 15:55:22 +01:00
..
ExtrusionPath
Fill
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 Rename standby_temperature to ooze_prevention. #1523 2013-11-15 16:01:15 +01:00
Layer Remove useless code (thin walls and gaps are detected by the same logic now, so no need for additional checks) 2013-11-19 15:55:22 +01:00
Print No support when --support-material-interface-layers was set to 1. #1515 2013-11-14 18:13:57 +01:00
Test
Config.pm Put standby_temperature into options cemetery. #1523 2013-11-16 12:45:43 +01:00
ExPolygon.pm Handle non-thread-safe Math::Geometry::Voronoi. #1527 2013-11-15 12:55:53 +01:00
Extruder.pm
ExtrusionLoop.pm
ExtrusionPath.pm
Fill.pm
Flow.pm
GCode.pm Rename standby_temperature to ooze_prevention. #1523 2013-11-15 16:01:15 +01:00
Geometry.pm Ported point_line_distance() and removed same_point() 2013-11-06 23:08:03 +01:00
GUI.pm Version number was not correctly saved 2013-11-18 18:48:06 +01:00
Layer.pm Some work to reduce recursive dependencies between classes 2013-11-11 20:37:06 +01:00
Line.pm
Model.pm
Point.pm
Polygon.pm
Polyline.pm Ported regular_points() to XS and renamed it to equally_spaced_points() 2013-11-11 20:59:58 +01:00
Print.pm Fix regression in Avoid Crossing Perimeters. #1531 2013-11-18 17:20:48 +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