Alessandro Ranellucci
|
09989ab8bd
Fix regression in --gcode-arcs
|
11 years ago |
Alessandro Ranellucci
|
632652d924
Unfinished work for displaying bridge paths in section cuts
|
12 years ago |
Alessandro Ranellucci
|
04d2231901
Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfaces because it was only considering the contour. This caused extra shell material even in hollow prints. #1049
|
12 years ago |
Alessandro Ranellucci
|
1abd8c9a9e
Remove the 'simplify' handle in ExtrusionPath after the recent refactoring. #1054
|
12 years ago |
Alessandro Ranellucci
|
537fca47c5
Use solid infill speed for internal bridges; apply slowdown if any; don't use bridge fan settings. #240
|
12 years ago |
Alessandro Ranellucci
|
33b40eda18
Always fix self-intersecting polygons that Douglas-Peucker might return
|
12 years ago |
Alessandro Ranellucci
|
dac168eff0
Do each island completely if avoid_crossing_perimeters is enabled. #278
|
12 years ago |
Alessandro Ranellucci
|
2acda9973e
Don't apply acceleration settings to travel moves
|
12 years ago |
Alessandro Ranellucci
|
70092a9cf5
Apply only_retract_when_crossing_perimeters to all infills
|
12 years ago |
Alessandro Ranellucci
|
283809f5c2
No need for a role to identify small perimeters
|
12 years ago |
Alessandro Ranellucci
|
8ae96a8868
Only apply vibration limit to gaps fill while it's not very mature to work with long segments
|
12 years ago |
Alessandro Ranellucci
|
c99ff0cfe2
Apply Douglas-Peucker to all paths before generating G-code
|
12 years ago |
Alessandro Ranellucci
|
cec7bf815c
Get rid of the ExtrusionLoop objects in concentric filler
|
12 years ago |
Alessandro Ranellucci
|
ccb49a8439
Do a slightly thinner interface layer at the top of support material structures by taking into account the diameter of bridge extrudates (nophead's idea)
|
12 years ago |
Alessandro Ranellucci
|
f35cdef2aa
Renamed ExtrusionPath->depth_layers to height
|
12 years ago |
Alessandro Ranellucci
|
68c3a0dd61
Make arcs.t happy. #721
|
12 years ago |
Alessandro Ranellucci
|
2a51cad0c3
Revert "Patch for --gcode-arcs (kindly submitted by Paul Howes)"
|
12 years ago |
Alessandro Ranellucci
|
f4260ae93d
Patch for --gcode-arcs (kindly submitted by Paul Howes)
|
12 years ago |
Alessandro Ranellucci
|
7e34244b05
Refactored configuration handling.
|
12 years ago |
Alessandro Ranellucci
|
bce2663ed8
Restore thin walls and thin fills after last commit
|
12 years ago |
Alessandro Ranellucci
|
1697cb24a6
Memory optimization and code cleanup. Don't keep deserialized paths
|
12 years ago |
Alessandro Ranellucci
|
cbb111ee64
Fix for incomplete commit causing thin gaps to throw an error
|
12 years ago |
Alessandro Ranellucci
|
96a3234eaa
Different speed for external perimeters. #488
|
12 years ago |
Alessandro Ranellucci
|
0938c73d08
Revert "Don't reset E when the makerbot flavor is selected"
|
12 years ago |
Alessandro Ranellucci
|
2e5e5983be
Don't reset E when the makerbot flavor is selected
|
12 years ago |
Alessandro Ranellucci
|
62bd33a766
Fixed regression causing fatal errors. #429
|
12 years ago |
Alessandro Ranellucci
|
fbfbfac2b6
New --top-solid-infill-speed option. Also, --solid-infill-speed and --small-perimeter-speed can be expressed as ratios too. #174 #151
|
12 years ago |
Alessandro Ranellucci
|
4aa85f4571
Fixed arcs.t to work with new serialization mechanism
|
13 years ago |
Alessandro Ranellucci
|
fa4f2c8b97
New option to randomize starting points across layers
|
13 years ago |
Alessandro Ranellucci
|
b246480535
Massive reduction of memory usage (down to one third).
|
13 years ago |
Alessandro Ranellucci
|
882a022e3a
Even more constants, less memory, more speed
|
13 years ago |
Alessandro Ranellucci
|
aa9563f00b
More constants, less strings => ess memory usage
|
13 years ago |
Alessandro Ranellucci
|
2a6ad2f3f7
Bugfix: removed warnings. #365
|
13 years ago |
Alessandro Ranellucci
|
96d5e513b8
Rename $Slic3r::resolution to $Slic3r::scaling_factor
|
13 years ago |
Alessandro Ranellucci
|
d51ba94e8a
Remove XXX from dependencies
|
13 years ago |
Alessandro Ranellucci
|
eba7c10018
Faster support generation. Includes a new implementation of the Douglas-Peucker algorithm
|
13 years ago |
Alessandro Ranellucci
|
7b67fae686
Support material
|
13 years ago |
Alessandro Ranellucci
|
8ed91a8ec4
Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geometric classes.
|
13 years ago |
Alessandro Ranellucci
|
1c7564e4a4
Thin walls. #24
|
13 years ago |
Alessandro Ranellucci
|
342823fdf3
Bugfix: fatal error in arc detection code. #133
|
13 years ago |
Alessandro Ranellucci
|
1e6ecd9eab
Corrections to math. Threads are not always rectangles with semicircles. Better calculation of overlap.
|
13 years ago |
Alessandro Ranellucci
|
56691c1dea
Model extrusion threads as rectangles with semicircles at the end. Remove overlap_ratio setting. #109 #112
|
13 years ago |
Alessandro Ranellucci
|
b8a5d5a208
Bugfix: fatal error on many models. Releasing 0.5.5a. #92 #93
|
13 years ago |
Alessandro Ranellucci
|
0aff5fab24
Connect infill segments and adjust spacing and flow rate to fill the area completely without leaving gaps. #89
|
13 years ago |
Alessandro Ranellucci
|
248ed8589a
Bugfix: error when concentric infill. #73
|
13 years ago |
Alessandro Ranellucci
|
3ad9ed74ae
New --solid-infill-feed-rate option. #68
|
13 years ago |
Alessandro Ranellucci
|
975387d953
New --bridge-feed-rate option. #68
|
13 years ago |
Alessandro Ranellucci
|
c5d5e4d244
Cleanup lines resulting from plane intersection before detecting polygons. This allows for more tolerance with dirty models. Performance impact depends on how many layers are detected as dirty. #16 #28
|
13 years ago |
Alessandro Ranellucci
|
d620b46beb
Bugfix: arcs now work (some glitches in detecting their center, though). #30
|
13 years ago |
Alessandro Ranellucci
|
6d6533831e
New experimental --gcode-arcs options to generate G2/G3 commands. #23
|
13 years ago |