1f64a01ed4Remove empty layers from bottom. They could be caused by little contact with the print bed, resulting in the need of thin walls. While thin walls will be supported one day, it's still not optimal to have so little contact on bottom layer(s), so we remove such layers. #96
Alessandro Ranellucci
2011-12-08 10:25:19 +0100
99c1facec6Bugfix: division by zero when nothing in a single layer could be parsed. #100
Alessandro Ranellucci
2011-12-07 20:18:12 +0100
3ced3ee91fFixed bolding and font issues on Windows
Richard Goodwin
2011-12-06 15:36:42 -0600
313f77ee59Bugfix: removed error when filling small regions
Alessandro Ranellucci
2011-12-05 19:54:19 +0100
2ba513bdb2Bugfix: after recent changes, objects had slight dimension errors. #56
Alessandro Ranellucci
2011-12-05 18:48:48 +0100
3d0cde2fceFixed regression. The repair algorithm was not working after recent changes. Releasing 0.5.5b. #16#28
Alessandro Ranellucci
2011-12-05 13:01:02 +0100
b8a5d5a208Bugfix: fatal error on many models. Releasing 0.5.5a. #92#93
Alessandro Ranellucci
2011-12-05 12:15:52 +0100
3ac9dd513bAdd first layer height ratio option to the GUI
Alessandro Ranellucci
2011-12-04 19:17:42 +0100
b79ae44e3dRecent changes made Slic3r less tolerant with dirty STL files. Now we are able again to slice Prusa parts. #16
Alessandro Ranellucci
2011-12-04 19:10:43 +0100
eb64cc4965More fixes for bridges. #58
Alessandro Ranellucci
2011-12-04 18:37:37 +0100
d056535bd8Further corrections to the bridge angle detection algorithm. #58
Alessandro Ranellucci
2011-12-04 17:09:06 +0100
0aff5fab24Connect infill segments and adjust spacing and flow rate to fill the area completely without leaving gaps. #89
Alessandro Ranellucci
2011-12-04 16:24:46 +0100
4fe340cc56Many fixes to the bridge direction detection algorithm and other things. #58
Alessandro Ranellucci
2011-12-03 18:31:31 +0100
792960aae1Slic3r should now be able to detect optimal bridging direction for any kind of bridge. #58
Alessandro Ranellucci
2011-12-02 23:35:39 +0100
5375f5fef4Mark important settings in bold
Alessandro Ranellucci
2011-12-02 17:02:36 +0100
830965fc0bNote used settings in exported gcode. #52
Alessandro Ranellucci
2011-12-01 22:20:48 +0100
aab85a4e27Bugfix: unable to read back config file if start or end gcode was empty. #84
Alessandro Ranellucci
2011-12-01 22:06:07 +0100
e99c9f9e5fOptions on command line now override config. Also, "feed rate" was renamed to "speed" everywhere. #77
Alessandro Ranellucci
2011-12-01 22:03:13 +0100
2a02d26ca5Fixed regression: fill density = 0 was preventing extra solid layers. #75
Alessandro Ranellucci
2011-12-01 21:15:02 +0100
f7a9c9be63Bugfix: sometimes holes were detected as contours
Alessandro Ranellucci
2011-12-01 20:57:38 +0100
133f3a0495Bugfix: Clipper error occurred under certain circumstances
Alessandro Ranellucci
2011-12-01 19:40:45 +0100
b03afc7f1cBugfix: some bridges were not detected correctly. #57
Alessandro Ranellucci
2011-11-30 20:32:28 +0100
52270d6b95Bugfix: extrusion width ratio gave wrong flow rate under certain circumstances. #80
Alessandro Ranellucci
2011-11-30 18:18:17 +0100
42383dec84Warn about models with overlapping or intersecting facets but try to repair wrong layers. #16
Alessandro Ranellucci
2011-11-30 16:28:09 +0100
d51a37a0aeRefactoring: 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
Alessandro Ranellucci
2011-11-27 11:40:03 +0100
4cdd0f6fd0Bugfix: sparse and wrong infill was generated for objects with null fill density. Also fixed a division by zero.
Alessandro Ranellucci
2011-11-27 10:12:44 +0100
22551b64deBugfix: a recent change broke all options having a zero value
Alessandro Ranellucci
2011-11-26 22:43:12 +0100
1ef4d006a0Treating "reverse bridges" as bridges should not change the way they're infilled or the chosen flow width
Alessandro Ranellucci
2011-11-18 09:54:28 +0100
1a066caeccCompute bridge overlap as twice the total thickness of perimeters
Alessandro Ranellucci
2011-11-17 10:41:20 +0100
c8ce989962Renamed perimeter_offsets to perimeters
Alessandro Ranellucci
2011-11-17 10:38:23 +0100
580f42c1deUse the same bridging logic for "reverse bridges" (top surfaces)
Alessandro Ranellucci
2011-11-17 10:34:40 +0100
6ec7069f8eDisplay usage when unknown options are passed
Alessandro Ranellucci
2011-11-16 21:00:50 +0100
8aca717209Print solid infill without cutting an internal surface under small regions such as pillars. #39
Alessandro Ranellucci
2011-11-16 16:35:20 +0100
47c0da8110Bugfix: some solid layers were skipped. #47
Alessandro Ranellucci
2011-11-16 14:53:30 +0100
9ab81880c9Throw a fatal exception if no layers are detected
Alessandro Ranellucci
2011-11-16 10:26:47 +0100