PrusaSlicer-NonPlainar/lib/Slic3r
Mike Sheldrake 599d76b70b avoid DBus related crash on Ubuntu #954
An undocumented feature of Net::DBus->session() is that it returns
the same connection object it creates the first time it's called for
all subsequent calls. Somehow this exposes us to a bug where unref()
is called on that object too many times, causing a segfault.
Undefining the cached object after we've used it once avoids this.
2013-01-25 12:29:44 -08:00
..
ExtrusionPath Fixed regression causing inefficient paths during infill 2012-12-20 18:10:20 +01:00
Fill Bugfix: PlanePath fill patterns were not working anymore. #880 2012-12-31 14:11:36 +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
Geometry Require Math::Clipper 1.17 2013-01-17 11:11:22 +01:00
GUI Replace 'Less' with 'Fewer' in plater. #944 2013-01-23 19:16:57 +01:00
Layer Don't fill gaps if fill density is 0. #915 2013-01-17 10:39:05 +01:00
Print Fixed regression introduced in 4d8757bf5d causing crash during support material generation 2013-01-17 12:32:57 +01:00
Config.pm Raise max temperatures (in GUI) to 400°C 2013-01-23 11:10:46 +01:00
ExPolygon.pm
Extruder.pm Fix retraction tests and fix retract_extra_length and lift in multiple extruders environments 2012-12-21 15:14:44 +01:00
ExtrusionLoop.pm
ExtrusionPath.pm
Fill.pm
Flow.pm Alter extrusion width automatic calculation to take "native flow" into account 2013-01-02 19:22:51 +01:00
GCode.pm Change toolchange and G92 E0 order for makerbot and sailfish G-code flavors. #855 2013-01-17 15:02:40 +01:00
Geometry.pm
GUI.pm avoid DBus related crash on Ubuntu #954 2013-01-25 12:29:44 -08:00
Layer.pm Refactoring: initialize all layers at once and avoid duplication of slicing height math. #637 2013-01-01 23:28:48 +01:00
Line.pm
Model.pm
Point.pm
Polygon.pm
Polyline.pm Fixed regression causing inefficient paths during infill 2012-12-20 18:10:20 +01:00
Print.pm limit layer requests to object->layer_count when preparing skirt #901 2013-01-18 08:36:01 -08:00
Surface.pm
SVG.pm Bugfix: crash when reading/writing files to paths containing non-ASCII characters on Windows. #651 #865 2013-01-13 10:18:34 +01:00
Test.pm Added failing test case for troubleshooting unexpected filled holes. #858 2012-12-30 16:27:20 +01:00
TriangleMesh.pm Bugfix: the non-manifold warning was spitting out wrong coordinates 2013-01-25 18:02:01 +01:00