.. |
admesh
|
Fix cut() test
|
2014-04-25 13:27:45 +02:00 |
boost
|
Incomplete work for using Boost.Polygon to compute medial axis
|
2014-01-09 17:26:39 +01:00 |
poly2tri
|
Use poly2tri for triangulation. This fixes some cases where polyPartition couldn't triangulate successfully. Reported as issue #9 in polyPartition repository. Tested with MotorHalter_0.stl cut at 1.2
|
2014-05-01 12:07:11 +02:00 |
BoundingBox.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
BoundingBox.hpp
|
More work to get Boost.Polygon to compile
|
2014-01-09 19:56:12 +01:00 |
clipper.cpp
|
Remove execute permissions for clipper source files.
|
2014-04-27 13:19:11 +03:00 |
clipper.hpp
|
Remove execute permissions for clipper source files.
|
2014-04-27 13:19:11 +03:00 |
ClipperUtils.cpp
|
Use poly2tri for triangulation. This fixes some cases where polyPartition couldn't triangulate successfully. Reported as issue #9 in polyPartition repository. Tested with MotorHalter_0.stl cut at 1.2
|
2014-05-01 12:07:11 +02:00 |
ClipperUtils.hpp
|
Use poly2tri for triangulation. This fixes some cases where polyPartition couldn't triangulate successfully. Reported as issue #9 in polyPartition repository. Tested with MotorHalter_0.stl cut at 1.2
|
2014-05-01 12:07:11 +02:00 |
Config.cpp
|
Workaround for upstream module bug causing command line option parsing for multi-boolean options like retract-layer-change and wipe
|
2014-04-19 19:14:41 +02:00 |
Config.hpp
|
Constify ConfigOptionVector::get_at.
|
2014-04-28 00:19:03 +03:00 |
ExPolygon.cpp
|
Use poly2tri for triangulation. This fixes some cases where polyPartition couldn't triangulate successfully. Reported as issue #9 in polyPartition repository. Tested with MotorHalter_0.stl cut at 1.2
|
2014-05-01 12:07:11 +02:00 |
ExPolygon.hpp
|
Use poly2tri for triangulation. This fixes some cases where polyPartition couldn't triangulate successfully. Reported as issue #9 in polyPartition repository. Tested with MotorHalter_0.stl cut at 1.2
|
2014-05-01 12:07:11 +02:00 |
ExPolygonCollection.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
ExPolygonCollection.hpp
|
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
2014-04-24 16:40:10 +02:00 |
Extruder.cpp
|
Some minor changes to the newly-ported Extruder class
|
2014-04-28 22:02:34 +02:00 |
Extruder.hpp
|
Some minor changes to the newly-ported Extruder class
|
2014-04-28 22:02:34 +02:00 |
ExtrusionEntity.cpp
|
Store width and height in ExtrusionEntity objects for debugging purposes
|
2014-04-29 23:16:16 +02:00 |
ExtrusionEntity.hpp
|
Store width and height in ExtrusionEntity objects for debugging purposes
|
2014-04-29 23:16:16 +02:00 |
ExtrusionEntityCollection.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
ExtrusionEntityCollection.hpp
|
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
2014-04-24 16:40:10 +02:00 |
Flow.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
Flow.hpp
|
Ported Flow to XS
|
2014-01-05 13:16:13 +01:00 |
Geometry.cpp
|
Refactoring: move direction math into a single function. Includes some fixes and adjustments
|
2014-05-02 18:48:11 +02:00 |
Geometry.hpp
|
Refactoring: move direction math into a single function. Includes some fixes and adjustments
|
2014-05-02 18:48:11 +02:00 |
Layer.hpp
|
Incomplete work for porting BoundingBox to XS
|
2014-01-06 18:29:10 +01:00 |
Line.cpp
|
Refactoring: move direction math into a single function. Includes some fixes and adjustments
|
2014-05-02 18:48:11 +02:00 |
Line.hpp
|
Use a more robust parallelism detection
|
2014-05-02 13:26:59 +02:00 |
Model.cpp
|
Use Pointf for origin_translation and pass const refs whenever possible
|
2014-05-07 00:58:29 +02:00 |
Model.hpp
|
Use Pointf for origin_translation and pass const refs whenever possible
|
2014-05-07 00:58:29 +02:00 |
MultiPoint.cpp
|
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
2014-04-24 16:40:10 +02:00 |
MultiPoint.hpp
|
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
2014-04-24 16:40:10 +02:00 |
myinit.h
|
fix XS build on Windows #1433 #1681
|
2014-02-01 11:53:45 +01:00 |
perlglue.hpp
|
Translate Model class' storage to C++.
|
2014-05-05 16:30:19 +03:00 |
Point.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
Point.hpp
|
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
2014-04-24 16:40:10 +02:00 |
Polygon.cpp
|
Fix Polygon::contains_point() overflowing on Windows. #1950
|
2014-04-30 16:55:20 +02:00 |
Polygon.hpp
|
New get_trapezoids() implementation. Maybe heavier but it doesn't fail with some versions of GCC like the one provided by Boost.Polygon. #1965
|
2014-04-28 20:14:20 +02:00 |
Polyline.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
Polyline.hpp
|
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
2014-04-24 16:40:10 +02:00 |
PolylineCollection.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
PolylineCollection.hpp
|
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
2014-04-24 16:40:10 +02:00 |
polypartition.cpp
|
Finished --cut implementation
|
2014-04-25 12:40:21 +02:00 |
polypartition.h
|
Finished --cut implementation
|
2014-04-25 12:40:21 +02:00 |
ppport.h
|
New XS framework for C and C++ code
|
2013-06-22 17:16:45 +02:00 |
Print.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
Print.hpp
|
Adapt plater to the new split config
|
2014-01-02 22:06:58 +01:00 |
PrintConfig.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
PrintConfig.hpp
|
Rename EMC to LinuxCNC
|
2014-04-30 15:05:32 +02:00 |
Surface.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
Surface.hpp
|
Assume bridge angle is stored in radians in infill generation. #1917
|
2014-04-21 23:21:15 +02:00 |
SurfaceCollection.cpp
|
Implement type checking for XS objects
|
2014-04-27 19:38:56 +02:00 |
SurfaceCollection.hpp
|
Perform additional checks before merging solid surfaces (i.e. take flow and fill pattern into account)
|
2014-02-10 13:19:44 +01:00 |
SVG.cpp
|
Flag for arrows in SVG.cpp
|
2013-10-26 14:41:37 +02:00 |
SVG.hpp
|
Flag for arrows in SVG.cpp
|
2013-10-26 14:41:37 +02:00 |
TriangleMesh.cpp
|
Use poly2tri for triangulation. This fixes some cases where polyPartition couldn't triangulate successfully. Reported as issue #9 in polyPartition repository. Tested with MotorHalter_0.stl cut at 1.2
|
2014-05-01 12:07:11 +02:00 |
TriangleMesh.hpp
|
New option for rotating the lower part resulting from the cut so that the flat surface lies on the print bed
|
2014-04-25 17:50:03 +02:00 |
utils.cpp
|
Conditional compilation to exclude all Perl/XS stuff from C++ code
|
2013-09-13 14:48:40 +02:00 |