Commit Graph

38 Commits

Author SHA1 Message Date
36a5af831c Fix MANIFEST, materials were renamed to regions 2012-09-25 20:45:32 +02:00
e696764af8 Assign extruders and flows to materials 2012-09-23 02:40:25 +02:00
02356fd613 Large refactoring to allow processing multimaterial files 2012-09-22 19:04:36 +02:00
d5ed65a63c Fix MANIFEST. #656 2012-09-01 08:36:54 +02:00
f90520ed06 Refactoring: new Slic3r::Model class to represent files 2012-08-29 17:12:32 +02:00
4e2936020b Rebuild MANIFEST 2012-08-04 22:39:55 +02:00
c4a5ef0e4f Rebuild MANIFEST 2012-07-18 17:11:50 +02:00
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
a72b914eb0 Add lib/Slic3r/GUI/ConfigWizard.pm to MANIFEST 2012-07-01 00:24:55 +02:00
898266fd34 Initial refactoring for supporting multiple extruders. Little speed optimization included 2012-06-28 14:44:54 +02:00
e810f9b898 Moved filament settings to new Filament tab 2012-06-18 14:29:47 +02:00
21ef09c228 Group settings using Treebooks 2012-06-17 22:27:05 +02:00
82dd3c7a3e New --perimeters-extrusion-width and --infill-extrusion-width options. #302 2012-06-06 18:05:03 +02:00
1998801a58 Read OBJ files. #324 2012-05-20 11:40:37 +02:00
39f0c2f822 Renamed Dashboard to Plater (with Kliment's permission ;)) 2012-05-04 10:15:33 +02:00
a165ad4ecb Large memory saving and speed boost 2012-05-01 10:53:52 +02:00
d03925a18d New GUI with plating facilities 2012-04-30 14:56:01 +02:00
ed4a5739f6 Multiple objects autoplating (--merge, from command line only) 2012-04-29 12:51:20 +02:00
29b9c31b92 Releasing 0.7.2b 2012-04-17 09:32:22 +02:00
fc0fa0c738 Remove Rectilinear2 infill 2012-04-16 14:06:52 +02:00
cb182b8bc2 Honeycomb infill. #300 2012-04-16 11:55:14 +02:00
959230b099 Refactoring: moved Slic3r::STL and Slic3r::AMF to Slic3r::Format::* 2012-02-25 17:35:25 +01:00
eba7c10018 Faster support generation. Includes a new implementation of the Douglas-Peucker algorithm 2012-02-25 14:46:21 +01:00
776d985b26 New AMF-to-STL and STL-to-AMF converters 2012-02-19 15:45:27 +01:00
79ebb13bdb Parse AMF 2012-02-19 15:14:54 +01:00
660eedfa5b Added a couple unit tests 2012-02-15 12:04:10 +01:00
ad8c9d4ea1 Bugfix: model with rounded walls had small useless infill regions. #177 2012-02-10 14:42:54 +01:00
8ed91a8ec4 Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geometric classes. 2011-12-30 19:59:51 +01:00
a86bc260e7 Bugfix: some islands having ho holes and contained in holes themselves were ignored 2011-12-24 11:01:28 +01:00
792960aae1 Slic3r should now be able to detect optimal bridging direction for any kind of bridge. #58 2011-12-02 23:35:39 +01:00
d51a37a0ae 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
0ab1fd4c19 concentric - new superfast infill pattern 2011-11-26 10:38:45 +01:00
465bef1748 Raising dev version to 0.5.2beta and updating MANIFEST 2011-11-24 14:24:01 +01:00
c5d5e4d244 Cleanup lines resulting from plane intersection before detecting polygons. This allows for more tolerance with dirty models. Performance impact depends on how many layers are detected as dirty. #16 #28 2011-11-12 10:18:20 +01:00
d9ae37849d Added arcs.t in the MANIFEST 2011-11-07 17:25:50 +01:00
6d6533831e New experimental --gcode-arcs options to generate G2/G3 commands. #23 2011-10-28 14:13:44 +02:00
7f341cfcd3 New --fill-every-layers option to get high accuracy on external surfaces while speeding up infill 2011-10-18 15:57:53 +02:00
a311220c19 New build script to install dependencies automatically 2011-10-02 11:57:47 +02:00