.. |
Fill
|
6cab5668e3
Restore correct ordering of concentric infill loops, preventing them from being reordered during G-code generation
|
10 years ago |
Format
|
f11196525b
Handle empty STL files gracefully instead of crashing. #2557
|
10 years ago |
GCode
|
0f7933c4f9
Bugfix: pressure regulation accumulated too much retraction and didn't discharge at the end of print. Includes regression test. #2470
|
10 years ago |
GUI
|
25cddfe446
Bugfix: layers view was not resized when inactive. #2608
|
10 years ago |
Geometry
|
c37ef2f18b
New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs.
|
11 years ago |
Layer
|
7a695a4a2f
Change the behaviour of infill/perimeter overlap to handle some edge cases. #2632
|
10 years ago |
Print
|
c2009af1c6
Remove ;_WIPE marks in G-code which were left between objects in sequential printing
|
10 years ago |
Test
|
bbb47e087a
Restore functionality of Test::SectionCut
|
10 years ago |
Config.pm
|
d6feec808c
enabling firmware retraction for Machinekit in GUI
|
10 years ago |
ExPolygon.pm
|
7b0decbeb1
Finished implementing Boost.Polygon medial axis. Some cleanup needed
|
11 years ago |
ExtrusionLoop.pm
|
67f1cdf76f
Bugfix: seam_position = random didn't work with a single perimeter. #2179
|
10 years ago |
ExtrusionPath.pm
|
59f0e76da1
Distinct extrusion role for support material interface
|
10 years ago |
Fill.pm
|
095391d702
When using raft, validate first layer height against support material extruder only instead of taking other extruders into account, thus potentially allowing larger nozzles to be used for it. #2701
|
10 years ago |
Flow.pm
|
3599bd0bae
Distinct extrusion width for external perimeters
|
10 years ago |
GCode.pm
|
9332c21791
Bugfix: double wipe was not prevented, causing potential collision between objects in sequential printing. #2691
|
10 years ago |
GUI.pm
|
0d6376f3e6
Call decode_path() on wxWidgets-supplied datadir. #2710
|
10 years ago |
Geometry.pm
|
379cde30e2
Ported Slic3r::BridgeDetector to XS
|
10 years ago |
Layer.pm
|
5deadc8f12
Refactoring: removed _islands members in Slic3r::GCode
|
10 years ago |
Line.pm
|
28466750e6
Ported some minor methods to XS
|
10 years ago |
Model.pm
|
f11196525b
Handle empty STL files gracefully instead of crashing. #2557
|
10 years ago |
Point.pm
|
18e815d032
More efficient 3D preview of slices
|
10 years ago |
Polygon.pm
|
c63d5da5c2
Move dump_perl() to Slic3r::Polyline
|
10 years ago |
Polyline.pm
|
c63d5da5c2
Move dump_perl() to Slic3r::Polyline
|
10 years ago |
Print.pm
|
722e94513c
Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled
|
10 years ago |
SVG.pm
|
2295d48947
Better pruning of thin walls to avoid unwanted extra extrusions. Includes regression test. #1794
|
11 years ago |
Surface.pm
|
432a87e73d
New option for forcing the generation of interface shells. #1847
|
11 years ago |
Test.pm
|
229039d3b8
Fixed test and implementation of ooze prevention standby points (wrong test caused wrong implementation). #2103
|
10 years ago |