PrusaSlicer-NonPlainar/lib/Slic3r
Simon George 266f7799dd Made the UI look quite a bit nicer (OS X 10.7 tested).
* Added link to website for updates
* Moved 'Slice…' button to the right as this more logically follows the
user's flow through the application
* Moved version information to the middle right under the App name (on
OS X anyway) as it is clearer what the version is referring to
* Added spacing between the buttons
* Removed colon after 'version' as this is the UI convention in about
boxes
* Changed 'Load' to 'Open' as this is the more commonly used term
* Truncated 'Configuration' to 'Config' to save space, and I believe it
is still clear what it means
* Added open and save config to File menu as this is more conventional
location
* Simplified some wording
* Rephrased the tabs to be more succinct, I believe they still make
sense
* Fixed a spelling
* Replaced '…' with proper ellipses character
2012-02-28 23:04:19 +00:00
..
ExtrusionPath Duplication is now performed on generated toolpaths instead of mesh (speed boost). #179 2012-02-19 10:48:58 +01:00
Fill Bugfix: fill escapes perimeters. However, we keep it disabled. #139 2012-02-25 22:41:53 +01:00
Format Use XML::SAX::PurePerl instead of XML::SAX::ExpatXS for now 2012-02-26 18:17:23 +01:00
Geometry Faster support generation. Includes a new implementation of the Douglas-Peucker algorithm 2012-02-25 14:46:21 +01:00
GUI Made the UI look quite a bit nicer (OS X 10.7 tested). 2012-02-28 23:04:19 +00: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 Made the UI look quite a bit nicer (OS X 10.7 tested). 2012-02-28 23:04:19 +00:00
ExPolygon.pm Code optimization 2012-02-25 22:18:07 +01:00
Extruder.pm New --cooling option and checkbox to enable/disable fan and cooling control 2012-02-25 21:56:36 +01:00
ExtrusionLoop.pm Support material 2012-02-19 12:03:36 +01:00
ExtrusionPath.pm Faster support generation. Includes a new implementation of the Douglas-Peucker algorithm 2012-02-25 14:46:21 +01:00
Fill.pm New --post-process option. Includes some cleaning of the STDOUT messages 2012-02-20 12:50:05 +01:00
Geometry.pm Optimization 2012-02-26 11:18:42 +01:00
GUI.pm Made the UI look quite a bit nicer (OS X 10.7 tested). 2012-02-28 23:04:19 +00:00
Layer.pm Bugfix: support material was generated under most bridges 2012-02-25 21:39:01 +01:00
Line.pm Code optimization 2012-02-25 22:18:07 +01:00
Perimeter.pm Increase small holes threshold to holes having a 6.5mm radius 2012-02-25 16:14:28 +01:00
Point.pm Fill gaps using medial axis detection 2012-01-12 22:05:35 +01:00
Polygon.pm Code optimization 2012-02-25 22:18:07 +01:00
Polyline.pm Faster support generation. Includes a new implementation of the Douglas-Peucker algorithm 2012-02-25 14:46:21 +01:00
Print.pm Use first layer temperature for M109 too 2012-02-26 15:09:28 +01:00
Skein.pm Bugfix: support material was generated under most bridges 2012-02-25 21:39:01 +01:00
Surface.pm Bugfix: bad syntax in last commit. #202 2012-02-13 18:02:54 +01:00
SVG.pm Refactoring: moved slicing code to new TriangleMesh class, leaving in STL just what's needed to read that particular input format. Slic3r will now warn if model is not manifold. #16 2011-11-30 16:07:31 +01:00
TriangleMesh.pm Little refactoring, new TriangleMesh->align_to_origin method 2012-02-20 11:47:21 +01:00