.. |
ExtrusionPath
|
Some fixes about overhang detection. Includes regression tests
|
2013-06-21 14:52:35 +02:00 |
Fill
|
Don't try to align rectilinear infill if solid, otherwise there will be a gap at one side
|
2013-07-29 11:05:04 +02:00 |
Format
|
Show repair stats in object info dialog
|
2013-07-13 20:23:03 +02:00 |
GCode
|
Switch print_z to unscaled coordinates
|
2013-07-29 00:27:53 +02:00 |
Geometry
|
Reapply correct optimization for simplifiying fill_surfaces before performing the offset. #1325
|
2013-07-20 12:22:41 +02:00 |
GUI
|
Fix little regression causing object height not to be updated when object in plater was scaled
|
2013-07-26 14:30:00 +02:00 |
Layer
|
Bugfix: thin bridge anchors were ignored. #304
|
2013-07-29 11:54:32 +02:00 |
Print
|
Switch print_z to unscaled coordinates
|
2013-07-29 00:27:53 +02:00 |
Test
|
Switch print_z to unscaled coordinates
|
2013-07-29 00:27:53 +02:00 |
Config.pm
|
Better name for wipe
|
2013-07-26 16:23:43 +02:00 |
ExPolygon.pm
|
Don't try to align rectilinear infill if solid, otherwise there will be a gap at one side
|
2013-07-29 11:05:04 +02:00 |
Extruder.pm
|
Reduce wipe feedrate a bit
|
2013-06-03 22:49:47 +02:00 |
ExtrusionLoop.pm
|
Missing bit
|
2013-03-11 12:47:27 +01:00 |
ExtrusionPath.pm
|
Optimization in Polyline instantiation
|
2013-07-05 14:44:41 +02:00 |
Fill.pm
|
Don't try to align rectilinear infill if solid, otherwise there will be a gap at one side
|
2013-07-29 11:05:04 +02:00 |
Flow.pm
|
Merge branch 'master' into overhang
|
2013-06-16 10:49:33 +02:00 |
GCode.pm
|
Switch print_z to unscaled coordinates
|
2013-07-29 00:27:53 +02:00 |
Geometry.pm
|
Optimize concentric loops
|
2013-06-23 00:50:44 +02:00 |
GUI.pm
|
Merge branch 'master' into xs
|
2013-07-03 10:52:13 +02:00 |
Layer.pm
|
Switch print_z to unscaled coordinates
|
2013-07-29 00:27:53 +02:00 |
Line.pm
|
New module to output SVG vertical sections of extrusion paths with real width and height. The commit includes a bugfix to the Polyline->grow() method and some simplification in the Line class which is now child of Polyline
|
2013-04-27 15:02:13 +02:00 |
Model.pm
|
Show repair stats in object info dialog
|
2013-07-13 20:23:03 +02:00 |
Point.pm
|
Workaround dclone() not being thread-safe
|
2013-07-06 12:14:49 +02:00 |
Polygon.pm
|
Reapply correct optimization for simplifiying fill_surfaces before performing the offset. #1325
|
2013-07-20 12:22:41 +02:00 |
Polyline.pm
|
Workaround dclone() not being thread-safe
|
2013-07-06 12:14:49 +02:00 |
Print.pm
|
Optimization: don't store wipe path if wipe is not requested
|
2013-07-05 15:03:08 +02:00 |
Surface.pm
|
Bugfix: infill direction wasn't correctly alternated when infilling every 2 layers. #1068
|
2013-03-29 19:24:08 +01:00 |
SVG.pm
|
Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement
|
2013-05-18 16:48:26 +02:00 |
Test.pm
|
Add spiral vase test for hollow models
|
2013-07-28 15:02:03 +02:00 |
TriangleMesh.pm
|
Failing test case about spurious infill in hollow objects, caused by shells being correctly generated even for hollow objects - however sometimes we don't want that
|
2013-07-26 20:17:33 +02:00 |