Alessandro Ranellucci
|
fe4f79ba90
Fixed regression causing random loss of infill because of corrupt thin polygons returned by Clipper. #2539
|
10 years ago |
Alessandro Ranellucci
|
7b980c1dc9
New option for vertical distance between object and support material, with special handling of the 0 case that disabled bridge flow/speed in order to allow for soluble material. #2491 #2272 #2069 #1942 #2435 #1703
|
10 years ago |
Alessandro Ranellucci
|
9f0283f808
Minor issue when dealing with files with empty layers at bottom. #2553
|
10 years ago |
Alessandro Ranellucci
|
04aa240265
Only apply perimeter/infill overlap to the endpoints of rectilinear infill (and do that in a more proper way)
|
10 years ago |
Alessandro Ranellucci
|
4848cb7606
Ported PrintObject::bridge_over_infill() to XS
|
10 years ago |
Alessandro Ranellucci
|
5d3cd792eb
Make infill_only_where_needed idempotent. #2198
|
10 years ago |
Alessandro Ranellucci
|
e79aa2e81c
New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618
|
10 years ago |
Alessandro Ranellucci
|
e9166a8fe6
Use a semaphore to synchronize threads instead of blocking with join(). Lock threads array in order to ensure all of them are signalled. #2394
|
10 years ago |
Alessandro Ranellucci
|
360dee862b
Keep model objects aligned to Z = 0 in plater
|
10 years ago |
Alessandro Ranellucci
|
d350241da3
Make combine_infill() completely idempotent. Includes unit testing
|
10 years ago |
Alessandro Ranellucci
|
9a9ba02d85
Bugfix: infill was not correctly generated when infill_every_layers was used along with raft_layers. Includes regression test. #2396
|
10 years ago |
Alessandro Ranellucci
|
eb23990d6d
Ported PrintObject::total_layer_count() to XS
|
10 years ago |
Alessandro Ranellucci
|
c7f5753a28
Ported PrintObject::bounding_box() to XS
|
10 years ago |
Alessandro Ranellucci
|
33fe53fd7c
Ported three PrintObject methods to XS
|
10 years ago |
Alessandro Ranellucci
|
334086d605
Bugfix: skirt and brim were not recalculated when objects where just moved in plater
|
10 years ago |
Alessandro Ranellucci
|
b69caff93c
Ported LayerRegion::make_slices() to XS
|
10 years ago |
Alessandro Ranellucci
|
3e4c572164
Ported some methods including add_model_object() and apply_config() to XS
|
10 years ago |
Alessandro Ranellucci
|
b6bd527bdc
Apply bridge flow and speed to first layer as well, when we have raft layers. This behavior is more consistent when all the other bottom surfaces lying on the void (thus on support material). #2301
|
10 years ago |
Alessandro Ranellucci
|
ed17c22889
Minor cleanup of imported symbols
|
10 years ago |
Alessandro Ranellucci
|
380dd8adfc
Ported some methods to XS
|
10 years ago |
Alessandro Ranellucci
|
d9f5fdae72
Bugfix: make_perimeters() was not truly idempotent because prepare_infill() split ->slices into typed surfaces
|
10 years ago |
Alessandro Ranellucci
|
f590bbb430
Fix crash with modifier meshes not spanning the entire height of solid meshes
|
10 years ago |
Alessandro Ranellucci
|
e24b3a8916
Merge branch 'call_get_layer' of github.com:sapir/Slic3r into sapir-call_get_layer
|
10 years ago |
Alessandro Ranellucci
|
08047c11eb
Minor fixes to make_skirt and make_brim
|
10 years ago |
Alessandro Ranellucci
|
4d76d05bbb
Refactoring: better API for Print/Object steps with explicit dependencies
|
10 years ago |
Y. Sapir
|
a168973bea
Call get_layer instead of layers->[] (more efficient now that layers() recreates the array).
|
10 years ago |
Alessandro Ranellucci
|
82e2dd4e62
Bugfix: wrong number of raft layers in some situations due to a numerical error
|
10 years ago |
Alessandro Ranellucci
|
1f497c0f7c
Make support material generation idempotent
|
10 years ago |
Alessandro Ranellucci
|
7ccfd2f024
More work on incremental slicing
|
10 years ago |
Alessandro Ranellucci
|
d2ca4c1b13
Some initial work for incremental slicing
|
10 years ago |
Alessandro Ranellucci
|
3f6360ee8f
Finish porting Print classes to XS
|
10 years ago |
Alessandro Ranellucci
|
ba8148f4ad
Merge branch 'printcpp' of github.com:sapir/Slic3r into sapir-printcpp
|
10 years ago |
Alessandro Ranellucci
|
e3e69251cb
New XY Size Compensation option. #581 #56
|
10 years ago |
Alessandro Ranellucci
|
3599bd0bae
Distinct extrusion width for external perimeters
|
10 years ago |
Alessandro Ranellucci
|
4e5f7d74ff
Bugfix: wrong handling of large number of raft layers. #2041
|
10 years ago |
Y. Sapir
|
8da0bded1d
Move Print object storage to C++. (along with its subobjects)
|
10 years ago |
Alessandro Ranellucci
|
47940a712d
Bugfix: previous brim and skirt were not cleared when disabled after first G-code export. #2024
|
10 years ago |
Alessandro Ranellucci
|
093d1cbe2f
Don't transfer ownership of Model to Print::Object
|
10 years ago |
Y. Sapir
|
05b2993769
Translate Model class' storage to C++.
|
10 years ago |
Alessandro Ranellucci
|
a31b2e6ca2
Stricter implementation of the overhang detection. Includes unit tests
|
10 years ago |
Alessandro Ranellucci
|
7ac0095018
Fix regression causing default extrusion width to be ignored. #1958
|
10 years ago |
Alessandro Ranellucci
|
62e19469bc
Fixed regression in --infill-only-where-needed. Includes a minimal test suite for such feature. #1871
|
10 years ago |
Alessandro Ranellucci
|
20df1023a6
Fixed broken command line scaling. Regression test was in previous commit. #1889
|
11 years ago |
Alessandro Ranellucci
|
45559f87f3
Save the vector used for aligning object volumes to origin and apply it to additional parts added from the object part panel in order to make them coincide
|
11 years ago |
Alessandro Ranellucci
|
432a87e73d
New option for forcing the generation of interface shells. #1847
|
11 years ago |
Alessandro Ranellucci
|
ea3266c6e9
Fix modifiers
|
11 years ago |
Alessandro Ranellucci
|
fec41d6dfd
Update plater and print upon changing object parts and their settings
|
11 years ago |
Alessandro Ranellucci
|
6a157c22c2
Fixed minor fatal error
|
11 years ago |
Alessandro Ranellucci
|
7421a7bf63
Turn fill_density into percentage
|
11 years ago |
Alessandro Ranellucci
|
e837183327
Fixed regression when using --infill-only-where-needed. Includes regression test. #1721
|
11 years ago |