bubnikv
|
ab5e01d114
|
Adapted to the new infills.
New infills process a not yet shrunk expolygon.
|
2016-04-15 17:51:11 +02:00 |
|
bubnikv
|
f3bda8a57a
|
Disable optimizations and debug check even in debug mode.
|
2016-04-14 11:17:44 +02:00 |
|
bubnikv
|
23a5edbd11
|
Breaking into the debugger from the menu. This may be useful in Windows.
|
2016-04-13 20:51:03 +02:00 |
|
bubnikv
|
d6b53d18b8
|
Optimized and improved rectilinear fill.
|
2016-04-13 20:46:45 +02:00 |
|
bubnikv
|
f767ce816b
|
Optimized and improved rectilinear fill.
|
2016-04-13 20:45:44 +02:00 |
|
bubnikv
|
3b81bf0e33
|
Remove some debugging info.
|
2016-04-11 17:48:27 +02:00 |
|
bubnikv
|
3ba625da22
|
Revert incorrect checkins.
|
2016-04-11 17:34:15 +02:00 |
|
bubnikv
|
ed83ff37f8
|
Simulation of extrusion in a plane, useful for finding out under / over-extruions.
|
2016-04-11 17:10:13 +02:00 |
|
bubnikv
|
9716ee8eca
|
Interface to a filler, ported from Perl to C++.
|
2016-04-11 17:09:15 +02:00 |
|
bubnikv
|
be3e4caf1d
|
Fills were reimplemented in C++.
While reimplementing the FillPlanePath code, the octagon infill was fixed to extrude the right amount of material.
|
2016-04-11 17:08:30 +02:00 |
|
bubnikv
|
7da68c91a5
|
Vojtech likes to use Sublime on Windows to get the wheels rolling.
|
2016-04-11 17:05:58 +02:00 |
|
bubnikv
|
d392858ee3
|
The chaining and leftmost_point methods were rewritten as static methods, so they may be called on Polylines without having to convert to PolylineCollection first.
|
2016-04-10 19:32:39 +02:00 |
|
bubnikv
|
6c5c9eddba
|
Fixed a typo when SLIC3R_DEBUG is active.
|
2016-04-10 19:13:08 +02:00 |
|
bubnikv
|
bcfbe02c8d
|
New method to rotate only polygons, not translate.
New free function to_polygons. Whithout this function one needs to construct the ExPolygonCollection, which means a deep copy.
|
2016-04-10 19:12:32 +02:00 |
|
bubnikv
|
023310882f
|
Added a macro SLIC3R_CPPVER to indicate the C++ language version supported by the compiler.
|
2016-04-10 19:07:34 +02:00 |
|
bubnikv
|
7d54e28e30
|
Added optimized methods for point and polyline rotation.
Existing methods for rotation were optimized by calculating the sin/cos values once only.
Added an operator- for points.
|
2016-04-10 19:06:46 +02:00 |
|
bubnikv
|
c8ff517389
|
New constructors for the bounding box with min/max points were added.
empty(bbox) function template was added.
|
2016-04-10 19:02:00 +02:00 |
|
bubnikv
|
33ddb13e5d
|
Use CLIPPER_OFFSET_SCALE instead of a numeric value.
|
2016-04-10 18:58:12 +02:00 |
|
bubnikv
|
4156b51c18
|
Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG is set.
|
2016-03-27 10:53:59 +02:00 |
|