0184b0f205Fixed many little things that were not updated along with recent large refactoring. #157#144
Alessandro Ranellucci
2012-01-11 20:13:26 +01:00
7bf354151calso check slic3r bin directory for config
Michael Moon
2011-12-31 17:39:28 +11:00
8ed91a8ec4Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geometric classes.
Alessandro Ranellucci
2011-12-30 19:59:51 +01:00
55045e0437Limit skirt height to the print height. #128
Alessandro Ranellucci
2011-12-22 11:57:26 +01:00
28b851508eExtended arcs unit test to check whether it works with both cw and ccw arcs
Alessandro Ranellucci
2011-12-22 11:38:04 +01:00
98a8c64ed7Extended (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
Alessandro Ranellucci
2011-12-22 11:24:46 +01:00
fbea5dae8fBugfix: consider holes when searching for supporting surfaces
Alessandro Ranellucci
2011-12-20 22:37:59 +01:00
fcb7f63c87Added --ignore-nonexistent-config to allow integration with Pronterface even if config file doesn't exist
Alessandro Ranellucci
2011-12-20 17:44:19 +01:00
caf41f07ddOutput required filament length and volume to command line and to the gcode file itself
Alessandro Ranellucci
2011-12-20 15:29:15 +01:00
627e1b32e2Add Slic3r version to gcode comment
Alessandro Ranellucci
2011-12-20 14:20:39 +01:00
5e850557d4Added note to self about using the skeletonization algorithm to fill small gaps
Alessandro Ranellucci
2011-12-19 13:00:42 +01:00
e2a5c2119fBugfix: some holes were skipped
Alessandro Ranellucci
2011-12-19 12:09:14 +01:00
4af295bce3Bugfix: very wrong infill for low density regions. #127
Alessandro Ranellucci
2011-12-19 09:55:03 +01:00
65a018f156Move the parsing warning to the end, so that it won't block slicing
Alessandro Ranellucci
2011-12-18 13:43:31 +01:00
f20209ce01Add spacing between adjacent surfaces to avoid mini blobs
Alessandro Ranellucci
2011-12-18 13:38:45 +01:00
e5619ee543Bugfix: not all paths were closed correctly due to float rounding
Alessandro Ranellucci
2011-12-18 11:53:15 +01:00
47bbe18de2Additional check to return a friendly error when binary STL is not valid
Alessandro Ranellucci
2011-12-18 10:50:55 +01:00
eca6d0b6d0Adjust flow for solid surfaces when using concentric infill too. #120
Alessandro Ranellucci
2011-12-17 20:29:06 +01:00
f73febff7aAlways start concentric infill from the center. #120
Alessandro Ranellucci
2011-12-17 19:56:56 +01:00
d63eabcfa5Clip less from loops to avoid gaps
Alessandro Ranellucci
2011-12-17 19:54:35 +01:00
1e6ecd9eabCorrections to math. Threads are not always rectangles with semicircles. Better calculation of overlap.
Alessandro Ranellucci
2011-12-17 19:52:34 +01:00
b422537cc4Bugfix: do not die when no layers are detected at all
Alessandro Ranellucci
2011-12-15 20:36:46 +01:00
18cfc15eadRestored a little overlap between perimeters and infill (we're only explicitely overlapping in the direction of infill lines, because side overlap is handled by the flow logic in Extruder.pm)
Alessandro Ranellucci
2011-12-15 20:21:34 +01:00
2e013e72e8Bugfix: models located very far from XYZ origin were incorrectly placed on the print area
Alessandro Ranellucci
2011-12-15 19:40:32 +01:00
40d06a6e11Erorr in last commit about automatic extrusion width. #112
Alessandro Ranellucci
2011-12-15 12:50:02 +01:00
156a1deb0aLimit automatic extrusion width to be <= 1.2 * nozzle_diameter (Triffid's way). #112
Alessandro Ranellucci
2011-12-15 09:33:42 +01:00
d346bc02ccComments are now disabled by default, new --gcode-comments option to enable them
Alessandro Ranellucci
2011-12-14 19:49:21 +01:00
3d213069a6Bugfix: 100% overlap between perimeter and infill. #118
Alessandro Ranellucci
2011-12-14 19:40:18 +01:00
ca5dfc05e7Accept STL files with spaces at the end of vertex lines. #119
Alessandro Ranellucci
2011-12-14 10:29:08 +01:00
cf33ec0a5cNotes about integration with Pronterface
Alessandro Ranellucci
2011-12-13 21:51:07 +01:00
569e737ae1Only connect infill edges when not doing solid surfaces
Alessandro Ranellucci
2011-12-13 17:36:03 +01:00
56691c1deaModel extrusion threads as rectangles with semicircles at the end. Remove overlap_ratio setting. #109#112
Alessandro Ranellucci
2011-12-13 17:34:31 +01:00
869cb48c1aMerge branch 'master' of github.com:alexrj/Slic3r
Alessandro Ranellucci
2011-12-12 17:35:18 +01:00
3c2b2cfef2Bugfix: duplicate options did not work correctly for copies > 2. #113
Alessandro Ranellucci
2011-12-12 17:32:45 +01:00
d813aea59aDon't slow down retractions on bottom layer. #101
Alessandro Ranellucci
2011-12-08 10:28:23 +01:00
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 +01:00
99c1facec6Bugfix: division by zero when nothing in a single layer could be parsed. #100
Alessandro Ranellucci
2011-12-07 20:18:12 +01:00
3ced3ee91fFixed bolding and font issues on Windows
Richard Goodwin
2011-12-06 15:36:42 -06:00
313f77ee59Bugfix: removed error when filling small regions
Alessandro Ranellucci
2011-12-05 19:54:19 +01:00
2ba513bdb2Bugfix: after recent changes, objects had slight dimension errors. #56
Alessandro Ranellucci
2011-12-05 18:48:48 +01:00
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 +01:00
b8a5d5a208Bugfix: fatal error on many models. Releasing 0.5.5a. #92#93
Alessandro Ranellucci
2011-12-05 12:15:52 +01:00
3ac9dd513bAdd first layer height ratio option to the GUI
Alessandro Ranellucci
2011-12-04 19:17:42 +01:00
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 +01:00
eb64cc4965More fixes for bridges. #58
Alessandro Ranellucci
2011-12-04 18:37:37 +01:00
d056535bd8Further corrections to the bridge angle detection algorithm. #58
Alessandro Ranellucci
2011-12-04 17:09:06 +01:00
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 +01:00
4fe340cc56Many fixes to the bridge direction detection algorithm and other things. #58
Alessandro Ranellucci
2011-12-03 18:31:31 +01:00
792960aae1Slic3r should now be able to detect optimal bridging direction for any kind of bridge. #58
Alessandro Ranellucci
2011-12-02 23:35:39 +01:00
5375f5fef4Mark important settings in bold
Alessandro Ranellucci
2011-12-02 17:02:36 +01:00