Alessandro Ranellucci
|
3714fbe0f9
|
Fixed regression causing random extrudates outside the object perimeter
|
2012-07-04 10:35:42 +02:00 |
|
Alessandro Ranellucci
|
566a0456ca
|
Fixed regression causing objects to be 0.1mm larger. #495 #507
|
2012-07-03 20:34:19 +02:00 |
|
Alessandro Ranellucci
|
c4b9a6cf61
|
Bugfix: flow wasn't adjusted for perimeters when a custom perimeters extrusion width was applied
|
2012-07-01 18:13:48 +02:00 |
|
Alessandro Ranellucci
|
96a3234eaa
|
Different speed for external perimeters. #488
|
2012-06-27 19:42:16 +02:00 |
|
Alessandro Ranellucci
|
ac08cf7469
|
Disable arc compensation code
|
2012-06-23 20:19:58 +02:00 |
|
Alessandro Ranellucci
|
44c636aea1
|
Do not oversimplify outer perimeters and keep the full resolution of the input file. #340 #462
|
2012-06-23 20:08:08 +02:00 |
|
Alessandro Ranellucci
|
ca8a91b2b0
|
Only apply arc compensation to circular holes. #418
|
2012-06-14 15:06:22 +02:00 |
|
Alessandro Ranellucci
|
c0c53c4397
|
Fill gaps. #281
|
2012-06-07 15:31:51 +02:00 |
|
Alessandro Ranellucci
|
85ef7ce665
|
Bugfix: many thin walls were not detected correctly. #313
|
2012-06-06 21:27:39 +02:00 |
|
Alessandro Ranellucci
|
82dd3c7a3e
|
New --perimeters-extrusion-width and --infill-extrusion-width options. #302
|
2012-06-06 18:05:03 +02:00 |
|
Alessandro Ranellucci
|
8a031fe501
|
New --first-layer-extrusion-width option. #385
|
2012-06-06 17:29:12 +02:00 |
|
Alessandro Ranellucci
|
16b774603c
|
Accept either absolute or relative values for --first-layer-height. #151
|
2012-06-06 16:11:38 +02:00 |
|
Alessandro Ranellucci
|
2c28d2f874
|
Bugfix: with 0 solid layers, no infill was generated at all on fist and last layer. #325
|
2012-05-22 12:24:48 +02:00 |
|
Alessandro Ranellucci
|
494f4f94bf
|
After recent memory optimizations, no solid layers were made when using fill density == 0
|
2012-05-20 17:28:53 +02:00 |
|
Alessandro Ranellucci
|
12c6e39837
|
Bugfix: hole compensation was making holes too large. #348
|
2012-05-19 23:12:21 +02:00 |
|
Alessandro Ranellucci
|
fa4f2c8b97
|
New option to randomize starting points across layers
|
2012-05-19 22:36:29 +02:00 |
|
Alessandro Ranellucci
|
b246480535
|
Massive reduction of memory usage (down to one third).
|
2012-05-19 17:57:38 +02:00 |
|
Alessandro Ranellucci
|
882a022e3a
|
Even more constants, less memory, more speed
|
2012-05-19 16:04:33 +02:00 |
|
Alessandro Ranellucci
|
aa9563f00b
|
More constants, less strings => ess memory usage
|
2012-05-19 15:40:11 +02:00 |
|
Alessandro Ranellucci
|
4bffa9cb6b
|
Use perimeter length, not area, to detect small perimeters. #355
|
2012-05-14 00:30:52 +02:00 |
|
Alessandro Ranellucci
|
edbdc5ec55
|
New automatic detection of additional required perimeters for better quality with domes and sloping walls. #198
|
2012-05-05 16:36:10 +02:00 |
|
Alessandro Ranellucci
|
dde71418d4
|
Bugfix: skip arc compensation when holes are not round
|
2012-05-02 16:28:47 +02:00 |
|
Alessandro Ranellucci
|
d164d13517
|
Bugfix: arc compensation code was filling some small holes
|
2012-05-01 19:19:31 +02:00 |
|
Alessandro Ranellucci
|
710275f7c0
|
Reverse perimeter order for holes. #214
|
2012-05-01 15:33:24 +02:00 |
|
Alessandro Ranellucci
|
da43cd70b2
|
Prevent tiny extrusion points. #323
|
2012-05-01 15:25:35 +02:00 |
|
Alessandro Ranellucci
|
21893efa68
|
Removed a debugging statement left in, preventing hole compensation
|
2012-05-01 15:09:32 +02:00 |
|
Alessandro Ranellucci
|
ee33d570d7
|
Use Douglas-Peucker simplification always and remove the inefficient parallel lines merging algorithm. #277
|
2012-05-01 11:41:08 +02:00 |
|
Alessandro Ranellucci
|
a165ad4ecb
|
Large memory saving and speed boost
|
2012-05-01 10:53:52 +02:00 |
|
Alessandro Ranellucci
|
ed4a5739f6
|
Multiple objects autoplating (--merge, from command line only)
|
2012-04-29 12:51:20 +02:00 |
|
Alessandro Ranellucci
|
96d5e513b8
|
Rename $Slic3r::resolution to $Slic3r::scaling_factor
|
2012-04-16 14:05:38 +02:00 |
|
Alessandro Ranellucci
|
d51ba94e8a
|
Remove XXX from dependencies
|
2012-04-16 14:03:36 +02:00 |
|
Alessandro Ranellucci
|
1845abab70
|
Bugfix: warnings when trying to process bridges with no anchors
|
2012-04-12 10:30:54 +02:00 |
|
Alessandro Ranellucci
|
70e69be60a
|
Bugfix: support material was generated under most bridges
|
2012-02-25 21:39:01 +01:00 |
|
Alessandro Ranellucci
|
375829204f
|
Removed the bogus hole code which is not necessary anymore. Also fixes #160
|
2012-02-19 16:02:58 +01:00 |
|
Alessandro Ranellucci
|
7b67fae686
|
Support material
|
2012-02-19 12:03:36 +01:00 |
|
Alessandro Ranellucci
|
eb33c03926
|
Bugfix: flow wasn't adjusted for first layer according to its height setting. #182
|
2012-01-30 14:03:12 +01:00 |
|
Alessandro Ranellucci
|
c5b6787a19
|
Print the number of bogus holes to debug output
|
2012-01-21 11:24:26 +01:00 |
|
Alessandro Ranellucci
|
d1ad02cc71
|
Removed one more fatal error caused by recent refactoring
|
2012-01-18 19:28:49 +01:00 |
|
Alessandro Ranellucci
|
bba91fc0a5
|
Some better debug messages and a note about self-intersecting polygons. #160
|
2012-01-18 18:59:34 +01:00 |
|
Alessandro Ranellucci
|
90d10b24a8
|
Fill gaps using medial axis detection
|
2012-01-12 22:05:35 +01:00 |
|
Alessandro Ranellucci
|
5fefcc0dc4
|
More fixes after refactoring
|
2012-01-11 23:14:59 +01:00 |
|
Alessandro Ranellucci
|
468f09d3c1
|
Bugfix: small surfaces where still infilled even with fill_density = 0
|
2012-01-11 22:38:06 +01:00 |
|
Alessandro Ranellucci
|
0184b0f205
|
Fixed many little things that were not updated along with recent large refactoring. #157 #144
|
2012-01-11 20:13:26 +01:00 |
|
Alessandro Ranellucci
|
8ed91a8ec4
|
Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geometric classes.
|
2011-12-30 19:59:51 +01:00 |
|
Alessandro Ranellucci
|
f08ebe97b2
|
Bugfix: fatal error for some models and thin walls not considered for skirt
|
2011-12-30 18:51:48 +01:00 |
|
Alessandro Ranellucci
|
1c7564e4a4
|
Thin walls. #24
|
2011-12-30 17:17:37 +01:00 |
|
Alessandro Ranellucci
|
a86bc260e7
|
Bugfix: some islands having ho holes and contained in holes themselves were ignored
|
2011-12-24 11:01:28 +01:00 |
|
Alessandro Ranellucci
|
98a8c64ed7
|
Extended (and fixed) unit testing to track down (and fix) an issue caused by floating point math that reversed some holes into contours when they should actually be ignored
|
2011-12-22 11:24:46 +01:00 |
|
Alessandro Ranellucci
|
fbea5dae8f
|
Bugfix: consider holes when searching for supporting surfaces
|
2011-12-20 22:37:59 +01:00 |
|
Alessandro Ranellucci
|
e2a5c2119f
|
Bugfix: some holes were skipped
|
2011-12-19 12:09:14 +01:00 |
|