b11778a85f
polygon_lines returns array of Slic3r::Line objects so bless is redundant.
2012-07-01 23:14:04 +01:00
4296ea6da1
Slic3r::Polygon's boost_linestring method needs to close the contour.
...
This prevented Slic3r from detecting some bridge supporting edges
(basically, if that edge was the last one in the contour). This
addresses some of the bridge detection issues (#414 , #358 ).
2012-06-14 13:33:59 +02:00
82dd3c7a3e
New --perimeters-extrusion-width and --infill-extrusion-width options. #302
2012-06-06 18:05:03 +02:00
8a031fe501
New --first-layer-extrusion-width option. #385
2012-06-06 17:29:12 +02:00
efdf266df1
Removed useless Polygon constructor and some cleanup
2012-05-23 11:51:20 +02:00
5a78111efa
Options to set extruder clearance for sequential printing and graphical preview of collisions
2012-05-23 11:47:52 +02:00
8ba6405cc9
Bugfix: some nearly-thin walls were discarded. #261
2012-05-05 17:07:38 +02:00
96d5e513b8
Rename $Slic3r::resolution to $Slic3r::scaling_factor
2012-04-16 14:05:38 +02:00
cb182b8bc2
Honeycomb infill. #300
2012-04-16 11:55:14 +02:00
0afb5ad9dd
Bugfix: some holes were filled. #291
2012-04-02 11:40:12 +02:00
e8c64924db
Some GUI fixes after the recent contributions
2012-03-03 21:25:26 +01:00
c98f6734c7
Code optimization
2012-02-25 22:18:07 +01:00
eba7c10018
Faster support generation. Includes a new implementation of the Douglas-Peucker algorithm
2012-02-25 14:46:21 +01:00
c3fc6ee66b
Fix regression introduced with f2e1fe5241
2012-02-21 20:16:03 +01:00
aa7a5d6069
Removed warning
2012-02-21 14:31:51 +01:00
f2e1fe5241
Do hole perimeters in ccw direction too
2012-02-21 14:29:58 +01:00
4ade11b26e
Some minor fixes related to polyline refactoring
2012-01-27 14:29:06 +01:00
debdd164e2
Bugfix: fatal error and warnings removed when cleaning some dirty layers
2012-01-21 18:44:24 +01:00
8ed91a8ec4
Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geometric classes.
2011-12-30 19:59:51 +01:00
1c7564e4a4
Thin walls. #24
2011-12-30 17:17:37 +01:00
a1c766cc52
New bridging logic, more robust. #58
2011-11-19 16:44:24 +01:00
580f42c1de
Use the same bridging logic for "reverse bridges" (top surfaces)
2011-11-17 10:34:40 +01:00
8aca717209
Print solid infill without cutting an internal surface under small regions such as pillars. #39
2011-11-16 16:35:20 +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
fec816b065
Collect undetected lines (caused by dirty or non-manifold models), warn the user, post debug info. Includes some further ExPolygon refactoring.
2011-11-11 10:21:48 +01:00
5090ae561c
Refactored Perimeter code with new Slic3r::Polygon and Slic3r::ExPolygon objects
...
Large refactoring. Speed gains. Removed convex hull for bridges.
2011-10-15 21:14:13 +02:00