.. |
GUI
|
Fixed minor issue in 3D preview causing single-line toolpaths to miss the cap on one endpoint
|
2015-01-28 23:35:48 +01:00 |
BoundingBox.cpp
|
|
|
BoundingBox.hpp
|
|
|
BridgeDetector.cpp
|
Fixed regression causing random failures in bridge direction detection. #2636
|
2015-02-27 21:55:02 +01:00 |
BridgeDetector.hpp
|
|
|
ClipperUtils.cpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
ClipperUtils.hpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
Config.cpp
|
Ported Config::setenv() to XS
|
2015-07-01 18:18:25 +02:00 |
Config.hpp
|
Ported Config::setenv() to XS
|
2015-07-01 18:18:25 +02:00 |
ExPolygon.cpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
ExPolygon.hpp
|
More work for porting PerimeterGenerator to XS
|
2015-07-07 01:17:31 +02:00 |
ExPolygonCollection.cpp
|
Fixed regression causing random failures in bridge direction detection. #2636
|
2015-02-27 21:55:02 +01:00 |
ExPolygonCollection.hpp
|
Fixed regression causing random failures in bridge direction detection. #2636
|
2015-02-27 21:55:02 +01:00 |
Extruder.cpp
|
|
|
Extruder.hpp
|
|
|
ExtrusionEntity.cpp
|
Use GCodeWriter for path segments (refactoring)
|
2015-07-02 19:14:55 +02:00 |
ExtrusionEntity.hpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
ExtrusionEntityCollection.cpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
ExtrusionEntityCollection.hpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
Flow.cpp
|
|
|
Flow.hpp
|
|
|
GCode.cpp
|
Finished porting Slic3r::GCode to XS (speed boost!)
|
2015-07-02 20:24:16 +02:00 |
GCode.hpp
|
Finished porting Slic3r::GCode to XS (speed boost!)
|
2015-07-02 20:24:16 +02:00 |
GCodeWriter.cpp
|
Change end_program() to postamble()
|
2015-02-15 17:09:17 +01:00 |
GCodeWriter.hpp
|
Change end_program() to postamble()
|
2015-02-15 17:09:17 +01:00 |
Geometry.cpp
|
Raise the thickness threshold used for generating thin walls. TODO: don't enforce this at the segment level but consider the average thickness of an entire polyline and compare it to the total length. #2910
|
2015-06-15 17:00:10 +02:00 |
Geometry.hpp
|
More robust medial axis pruning. #2800
|
2015-05-13 20:50:30 +02:00 |
Layer.cpp
|
Finished porting Slic3r::GCode to XS (speed boost!)
|
2015-07-02 20:24:16 +02:00 |
Layer.hpp
|
Finished porting Slic3r::GCode to XS (speed boost!)
|
2015-07-02 20:24:16 +02:00 |
LayerRegion.cpp
|
Better and more robust implementation of infill_only_where_needed
|
2015-02-23 00:44:51 +01:00 |
libslic3r.h
|
Initial work for porting PerimeterGenerator to XS
|
2015-07-03 22:58:29 +02:00 |
Line.cpp
|
Cleanup of some method signatures and of XS return types
|
2015-01-19 18:53:04 +01:00 |
Line.hpp
|
Cleanup of some method signatures and of XS return types
|
2015-01-19 18:53:04 +01:00 |
Model.cpp
|
Prevent writing empty materials to AMF files. Also add a note about material-id = 0 being reserved by AMF spec. #2871
|
2015-06-01 11:51:00 +02:00 |
Model.hpp
|
Use radians everywhere, including ModelInstance::rotation
|
2015-05-03 18:40:00 +02:00 |
MotionPlanner.cpp
|
Cleanup of some method signatures and of XS return types
|
2015-01-19 18:53:04 +01:00 |
MotionPlanner.hpp
|
Cleanup of some method signatures and of XS return types
|
2015-01-19 18:53:04 +01:00 |
MultiPoint.cpp
|
Ported more Slic3r::GCode methods to XS
|
2015-07-01 23:00:52 +02:00 |
MultiPoint.hpp
|
Ported more Slic3r::GCode methods to XS
|
2015-07-01 23:00:52 +02:00 |
PerimeterGenerator.cpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
PerimeterGenerator.hpp
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
PlaceholderParser.cpp
|
Finished porting PlaceholderParser to XS
|
2015-07-01 19:35:22 +02:00 |
PlaceholderParser.hpp
|
Finished porting PlaceholderParser to XS
|
2015-07-01 19:35:22 +02:00 |
Point.cpp
|
Refactoring in PlaceholderParser
|
2015-05-02 21:43:22 +02:00 |
Point.hpp
|
Refactoring in PlaceholderParser
|
2015-05-02 21:43:22 +02:00 |
Polygon.cpp
|
Bugfix: concave starting points were not correctly detected for slice holes. Includes regression test. #2857
|
2015-06-01 17:55:51 +02:00 |
Polygon.hpp
|
Cleanup of some method signatures and of XS return types
|
2015-01-19 18:53:04 +01:00 |
Polyline.cpp
|
Faster (but less precise) implementation of simplify_by_visibility(), since it was the bottleneck of avoid_crossing_perimeters. #2777
|
2015-05-18 19:28:59 +02:00 |
Polyline.hpp
|
Cleanup of some method signatures and of XS return types
|
2015-01-19 18:53:04 +01:00 |
PolylineCollection.cpp
|
|
|
PolylineCollection.hpp
|
|
|
Print.cpp
|
Bugfix: changes to the resolution config option didn't trigger reslicing. #2795
|
2015-04-29 19:22:44 +02:00 |
Print.hpp
|
New experimental autospeed feature. #2810
|
2015-05-31 22:04:32 +02:00 |
PrintConfig.cpp
|
Better validation for speeds (prevent 0mm/s travel speed). #2893
|
2015-06-09 17:15:01 +02:00 |
PrintConfig.hpp
|
Use macro in PrintConfig.hpp
|
2015-07-02 14:35:21 +02:00 |
PrintObject.cpp
|
Limit bridge over sparse infill to areas that can absorb such extrudate. #2899
|
2015-06-13 19:48:46 +02:00 |
PrintRegion.cpp
|
|
|
SupportMaterial.hpp
|
|
|
Surface.cpp
|
|
|
Surface.hpp
|
|
|
SurfaceCollection.cpp
|
|
|
SurfaceCollection.hpp
|
|
|
SVG.cpp
|
Bugfix: tangent horizontal mesh surfaces were not included in slices under rare circumstances, generating almost invalid polygons that confused Clipper and caused skipped layers. Includes regression test
|
2015-01-28 13:00:38 +01:00 |
SVG.hpp
|
Bugfix: tangent horizontal mesh surfaces were not included in slices under rare circumstances, generating almost invalid polygons that confused Clipper and caused skipped layers. Includes regression test
|
2015-01-28 13:00:38 +01:00 |
TriangleMesh.cpp
|
Use radians everywhere, including ModelInstance::rotation
|
2015-05-03 18:40:00 +02:00 |
TriangleMesh.hpp
|
Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes constants
|
2015-04-16 21:22:04 +02:00 |
utils.cpp
|
|
|