Alessandro Ranellucci
|
9ac60dca1a
|
Fixed vibration limit.
|
2014-12-21 12:39:19 +01:00 |
|
Alessandro Ranellucci
|
21ea100d0e
|
Fixed tests
|
2014-12-17 01:15:47 +01:00 |
|
Alessandro Ranellucci
|
9264db7ecd
|
Removed useless thing added in e79aa2e81c
|
2014-12-17 00:52:01 +01:00 |
|
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
|
2014-12-17 00:34:00 +01:00 |
|
Alessandro Ranellucci
|
d350241da3
|
Make combine_infill() completely idempotent. Includes unit testing
|
2014-12-08 21:23:42 +01:00 |
|
Alessandro Ranellucci
|
9a9ba02d85
|
Bugfix: infill was not correctly generated when infill_every_layers was used along with raft_layers. Includes regression test. #2396
|
2014-12-08 20:14:04 +01:00 |
|
Alessandro Ranellucci
|
6ce651eb4a
|
Fixed wrong implementation of concave_points() and convex_points() in C++. #2384
|
2014-12-07 19:53:22 +01:00 |
|
Alessandro Ranellucci
|
7a7d00c8d6
|
Rename solid_fill_pattern to external_fill_pattern and clarify tooltip
|
2014-11-27 00:38:05 +01:00 |
|
Alessandro Ranellucci
|
23848492ce
|
Fixed regression causing crash when using avoid_crossing_perimeters with multiple object, caused by recent refactorings. Added regression test
|
2014-11-26 22:46:51 +01:00 |
|
Alessandro Ranellucci
|
60a76b8cfa
|
Fixed regression causing retraction to be skipped when Retract Length was 0 but Use Firmware Retraction was enabled. Includes regression test. #2359
|
2014-11-23 19:32:06 +01:00 |
|
Alessandro Ranellucci
|
379cde30e2
|
Ported Slic3r::BridgeDetector to XS
|
2014-11-15 22:41:22 +01:00 |
|
Alessandro Ranellucci
|
6135a9fb8b
|
Bugfix: a move below z_offset was performed when retract_lift was enabled and lift amount was less than z_offset. Includes regression test. #2349
|
2014-11-09 19:24:17 +01:00 |
|
Alessandro Ranellucci
|
59f0c64e1c
|
Fixed regression test for #2301
|
2014-11-07 17:27:16 +01:00 |
|
Alessandro Ranellucci
|
66b5f45f45
|
Merge branch 'issue2301-bridge-speed'
|
2014-11-07 17:18:17 +01:00 |
|
Alessandro Ranellucci
|
fb2d84b5d3
|
Bugfix: double G10 and G11 commands were issued. #2320
|
2014-11-07 00:26:39 +01:00 |
|
Alessandro Ranellucci
|
8ad200a352
|
Minor cleanup of t/gcode.t
|
2014-11-06 21:13:30 +01:00 |
|
Alessandro Ranellucci
|
9372abb51e
|
Fixed regression in min_skirt_length. Includes regression test. #2337
|
2014-11-06 21:11:59 +01:00 |
|
Alessandro Ranellucci
|
30b0869595
|
Bugfix: crash when slicing one layer objects with sailfish G-code flavor. Includes regression test. #2335
|
2014-11-06 21:06:09 +01:00 |
|
Alessandro Ranellucci
|
11bd1e68e2
|
Fixed some regressions in retracts and wipe. Includes regression test
|
2014-11-05 01:16:26 +01:00 |
|
Alessandro Ranellucci
|
36c1a9d20c
|
Renamed shift_x and shift_y into origin
|
2014-10-25 10:56:21 +02:00 |
|
Alessandro Ranellucci
|
7f57f007cd
|
Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::Writer
|
2014-10-25 10:42:07 +02:00 |
|
Alessandro Ranellucci
|
c2e710d092
|
Removed --g0
|
2014-10-21 21:41:11 +02:00 |
|
Alessandro Ranellucci
|
167df0ab87
|
Refactoring: moved most of the low-level G-code to the Slic3r::GCode::Base class. Cleanup of the retraction and wipe logic.
|
2014-10-21 20:16:45 +02:00 |
|
Alessandro Ranellucci
|
4b013d7a48
|
Added failing test for bridge speed not being used for first object layer above support material. #2301
|
2014-10-18 14:08:40 +02:00 |
|
Alessandro Ranellucci
|
534b8c3f12
|
Fixed minor harmless error in a couple tests
|
2014-08-08 11:07:51 +02:00 |
|
Alessandro Ranellucci
|
c0a6b1a9cc
|
Bugfix: enabling/disabling support material didn't cause skirt to be recalculated
|
2014-08-08 01:37:39 +02:00 |
|
Alessandro Ranellucci
|
30fa055995
|
Bugfix: medial axis missed some segments. #2144
|
2014-08-03 15:03:47 +02:00 |
|
Alessandro Ranellucci
|
c4d70bcb85
|
Always use a rectangle with semicircles as extrudate shape
|
2014-07-26 15:29:24 +02:00 |
|
Alessandro Ranellucci
|
a654722f18
|
Fixed test relying on old layer_height default value
|
2014-07-26 14:15:53 +02:00 |
|
Alessandro Ranellucci
|
71209711b3
|
Bugfix: ignore only_retract_when_crossing_perimeters when fill_density = 0
|
2014-07-23 00:57:31 +02:00 |
|
Alessandro Ranellucci
|
5ec12080e0
|
Added unit tests about temperatures being preserved in spiral_vase mode
|
2014-07-03 14:36:15 +02:00 |
|
Alessandro Ranellucci
|
928335f186
|
Removed print_center option (but left --print-center from CLI)
|
2014-06-16 23:58:45 +02:00 |
|
Alessandro Ranellucci
|
e24b3a8916
|
Merge branch 'call_get_layer' of github.com:sapir/Slic3r into sapir-call_get_layer
Conflicts:
lib/Slic3r/Print.pm
|
2014-06-14 00:05:24 +02:00 |
|
Y. Sapir
|
09357e5868
|
A few improvements to gcode placeholder tests.
|
2014-06-13 14:02:09 +03:00 |
|
Alessandro Ranellucci
|
9bff6ccde7
|
Fixed tests after recent fixes to concave_points
|
2014-06-11 22:21:30 +02:00 |
|
Alessandro Ranellucci
|
5dcc1eab79
|
Bugfix: seam_position = aligned failed in certaim circumstances because of faulty concave points detection. Includes regression test
|
2014-06-11 21:58:41 +02:00 |
|
Alessandro Ranellucci
|
82e2dd4e62
|
Bugfix: wrong number of raft layers in some situations due to a numerical error
|
2014-06-11 21:58:28 +02:00 |
|
Alessandro Ranellucci
|
3599bd0bae
|
Distinct extrusion width for external perimeters
|
2014-06-09 21:22:15 +02:00 |
|
Alessandro Ranellucci
|
64853d5661
|
Bugfix: M73 was exceeding 100% when multiple objects were printed together. #1912
|
2014-06-05 16:24:47 +02:00 |
|
Alessandro Ranellucci
|
28695c719c
|
Fixed regression causing bridge flow to be incorrect when a manual default extrusion width was specified. Includes several regression tests. #2027
|
2014-06-03 23:59:03 +02:00 |
|
Alessandro Ranellucci
|
ce1e736b6b
|
Bugfix: crash when skirt was contained in brim area. Includes regression test. #2058
|
2014-05-27 13:38:41 +02:00 |
|
Alessandro Ranellucci
|
3d25b9030c
|
Bugfix: movement between objects in sequential printing mode was going too far away. #2013 #2007
|
2014-05-26 15:19:13 +02:00 |
|
Alessandro Ranellucci
|
abdf6531f1
|
Bugfix: wrong logic for concave_points() and convex_points()
|
2014-05-26 11:50:42 +02:00 |
|
Alessandro Ranellucci
|
7ea09a0071
|
Bugfix: failure when exporting SVG from object containing multiple islands. Includes regression test. #2050
|
2014-05-26 11:13:53 +02:00 |
|
Alessandro Ranellucci
|
4e5f7d74ff
|
Bugfix: wrong handling of large number of raft layers. #2041
|
2014-05-25 23:17:00 +02:00 |
|
Alessandro Ranellucci
|
88a2e5c791
|
Typo seal -> seam :-)
|
2014-05-24 22:10:28 +02:00 |
|
Alessandro Ranellucci
|
a3bd1b5302
|
New seal_position option that replaces randomize_start, start_perimeters_at_concave_points and start_perimeters_at_non_overhang. The two latter options are now always on by default. A new "Aligned" seal position value has been added, that forces starting points to be aligned when not randomized. #1741 #925
|
2014-05-22 19:34:49 +02:00 |
|
Alessandro Ranellucci
|
5e6ff952df
|
Fix more regressions in test suite regarding the workaround for Clipper bug
|
2014-05-21 15:45:16 +02:00 |
|
Alessandro Ranellucci
|
08279ec5d8
|
Bugfix: thin walls forming a closed loop had overlapping segments at their endpoints. #1948 #1875
|
2014-05-21 15:03:31 +02:00 |
|
Alessandro Ranellucci
|
038076e040
|
Bugfix: first layer extrusion width wasn't affecting infill. Includes regression test. #2042
|
2014-05-18 23:36:30 +02:00 |
|