Commit Graph

24 Commits

Author SHA1 Message Date
f173096a6c Merge branch 'new-gui'
Conflicts:
	lib/Slic3r.pm
	lib/Slic3r/Config.pm
	lib/Slic3r/GUI/OptionsGroup.pm
	lib/Slic3r/GUI/SkeinPanel.pm
	lib/Slic3r/Print.pm
2012-07-18 15:48:04 +02:00
3690b0798e Use Net::DBus instead of Gtk2::Notify due to less dependencies; recommended by @beanz. 2012-07-16 23:43:09 +02:00
99845955b3 Add support for libnotify notifications. 2012-07-16 22:37:31 +02:00
a49827f5ab Revert "Fix license to match README."
This reverts commit 7d858338fa.

At least xnaron's perl doesn't like 'agpl3'.
2012-06-27 07:15:30 +01:00
7d858338fa Fix license to match README. 2012-06-25 23:00:50 +01:00
07daefeddb Require Moo 0.091009 2012-06-23 23:28:21 +02:00
94e28b9ab8 Require Math::Clipper 1.09 because it contains important bugfixes 2012-06-21 10:53:04 +02:00
23ae015c49 Memory optimizations broke multiple copies 2012-05-19 20:30:46 +02:00
a64dcd0a0f Add an envvar to prevent deps from being installed
It's optional and defaults to off but people can set it if they would
like to install the dependencies in a different way.
2012-05-17 17:43:49 +03:00
a7c36846c0 Require Math::Clipper 1.07 which includes the fix for #233 2012-05-01 15:36:07 +02:00
d51ba94e8a Remove XXX from dependencies 2012-04-16 14:03:36 +02:00
f025830168 Add perl 5.10.0 as minimum required perl version. 2012-04-10 17:34:11 +02:00
ec89318a57 Add Wx and Growl::GNTP to recommended modules. 2012-04-10 17:32:16 +02:00
5bfe19a8b9 Huge speed Boost (pun intended). Also fixes a problem where infill was escaping perimeters sometimes (#305). 2012-04-09 11:04:32 +02:00
aeed77bef9 Raise Math::Clipper version number in Build.PL too. #303 2012-04-07 20:07:47 +02:00
8b777e9d70 Multithreaded infill. #154 2012-01-28 16:27:52 +01:00
1c7564e4a4 Thin walls. #24 2011-12-30 17:17:37 +01:00
038caddcda New fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability to use different patterns for solid layers. #20 2011-11-13 18:14:02 +01:00
774717c8bb Implement our own STL relaxed parser to be tolerant with malformed STL files and remove a dependency 2011-10-12 10:47:26 +02:00
f352dd8e81 We require Math::Clipper 1.02 now 2011-10-11 16:40:31 +02:00
bfd1d0e1dd Got rid of Math::Geometry::Planar 2011-10-06 12:39:58 +02:00
558e86e72d GUI fixes for Windows 2011-10-03 13:08:43 +02:00
f2f9178e07 GUI 2011-10-03 11:55:32 +02:00
a311220c19 New build script to install dependencies automatically 2011-10-02 11:57:47 +02:00