PrusaSlicer-NonPlainar/lib/Slic3r
Erkki Seppälä 10d4271c01 Fix leaking FileDialog by issuing Destroy to it after it has been used
This also works around the bug in GTK in its file system tracking/file
open dialog that causes a crash when a file (in a directory it is tracking,
such as the previous directry where an STL was sliced from) is modified
with vim.

Steps to reproduce the bug:
1) Slice a file from the GUI
2) vim test.stl in the same directory
3) i hello ESC ZZ
4) if Slic3r didn't crash to a gtk assertion failure, jump to step 2
5) if still no luck, your gtk isn't broken. What version do you have?-)
2012-04-18 17:22:38 +03:00
..
ExtrusionPath Remove XXX from dependencies 2012-04-16 14:03:36 +02:00
Fill Remove Rectilinear2 infill 2012-04-16 14:06:52 +02:00
Format Remove XXX from dependencies 2012-04-16 14:03:36 +02:00
Geometry Bugfix: some holes were filled. #291 2012-04-02 11:40:12 +02:00
GUI Fix leaking FileDialog by issuing Destroy to it after it has been used 2012-04-18 17:22:38 +03:00
TriangleMesh New slicing algorithm based on a topological approach rather than numeric. It should be much more robust 2012-02-18 20:36:14 +01:00
Config.pm Rename $Slic3r::resolution to $Slic3r::scaling_factor 2012-04-16 14:05:38 +02:00
ExPolygon.pm Rename $Slic3r::resolution to $Slic3r::scaling_factor 2012-04-16 14:05:38 +02:00
Extruder.pm Bugfix: wrong flow amount for solid layers. #317 2012-04-17 09:29:41 +02:00
ExtrusionLoop.pm Remove XXX from dependencies 2012-04-16 14:03:36 +02:00
ExtrusionPath.pm Rename $Slic3r::resolution to $Slic3r::scaling_factor 2012-04-16 14:05:38 +02:00
Fill.pm Remove Rectilinear2 infill 2012-04-16 14:06:52 +02:00
Geometry.pm Rename $Slic3r::resolution to $Slic3r::scaling_factor 2012-04-16 14:05:38 +02:00
GUI.pm Releasing 0.7.2 2012-04-16 20:43:46 +02:00
Layer.pm Rename $Slic3r::resolution to $Slic3r::scaling_factor 2012-04-16 14:05:38 +02:00
Line.pm Huge speed Boost (pun intended). Also fixes a problem where infill was escaping perimeters sometimes (#305). 2012-04-09 11:04:32 +02:00
Perimeter.pm Remove XXX from dependencies 2012-04-16 14:03:36 +02:00
Point.pm Honeycomb infill. #300 2012-04-16 11:55:14 +02:00
Polygon.pm Rename $Slic3r::resolution to $Slic3r::scaling_factor 2012-04-16 14:05:38 +02:00
Polyline.pm Remove XXX from dependencies 2012-04-16 14:03:36 +02:00
Print.pm Omit G92 if No Extrusion 2012-04-16 20:06:53 +02:00
Skein.pm Remove XXX from dependencies 2012-04-16 14:03:36 +02:00
Surface.pm Bugfix: bad syntax in last commit. #202 2012-02-13 18:02:54 +01:00
SVG.pm Rename $Slic3r::resolution to $Slic3r::scaling_factor 2012-04-16 14:05:38 +02:00
TriangleMesh.pm Remove XXX from dependencies 2012-04-16 14:03:36 +02:00