Alessandro Ranellucci
|
d2172b4383
Merge branch 'master' into sender
|
10 лет назад |
Alessandro Ranellucci
|
c2009af1c6
Remove ;_WIPE marks in G-code which were left between objects in sequential printing
|
10 лет назад |
Alessandro Ranellucci
|
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 лет назад |
Alessandro Ranellucci
|
a3b843b24e
Bugfix: temperature was not set correctly when using sequential printing. Includes regression test. #2702
|
10 лет назад |
Alessandro Ranellucci
|
bb3feedc31
Bugfix: too many skirt layers were printed when using tall skirts and support material. #2695
|
10 лет назад |
Alessandro Ranellucci
|
ba6ae12635
Change end_program() to postamble()
|
10 лет назад |
Alexander Rössler
|
cc83e9f06d
using end_program() function in GCode output
|
10 лет назад |
Alessandro Ranellucci
|
3ae6f2630e
Merge branch 'master' into sender
|
10 лет назад |
Alessandro Ranellucci
|
059b00a829
New --before-layer-change option and new layer_z placeholder. #2602
|
10 лет назад |
Alessandro Ranellucci
|
229039d3b8
Fixed test and implementation of ooze prevention standby points (wrong test caused wrong implementation). #2103
|
10 лет назад |
Alessandro Ranellucci
|
ba4325411b
Bugfix: the downwards move in sequential printing was performed in the wrong spot. #2524
|
10 лет назад |
Alessandro Ranellucci
|
bf02062a67
Bugfix: random but frequent crashes after recent perimeter code refactoring
|
10 лет назад |
Alessandro Ranellucci
|
9ec7b43ca1
Merge branch 'master' into sender
|
10 лет назад |
Alessandro Ranellucci
|
406d045ced
The inwards move after an external loop was still randomly generated outwards in some cases. Perimeters are now generated with a distinct iterator for each slice. Nested islands are also correctly supported too. Various regression tests included. #2253
|
10 лет назад |
Alessandro Ranellucci
|
f0de57cbe4
Minor cleanup of the init_external_mp() call
|
10 лет назад |
Alessandro Ranellucci
|
2562070232
Refactored the travel/retract/avoid_crossing_perimeters logic. Several edge cases are now handled correctly. #2498
|
10 лет назад |
Alessandro Ranellucci
|
0f7933c4f9
Bugfix: pressure regulation accumulated too much retraction and didn't discharge at the end of print. Includes regression test. #2470
|
10 лет назад |
Alessandro Ranellucci
|
2c0d216c1a
More work on print controller
|
10 лет назад |
Alessandro Ranellucci
|
e8dc981774
Fixes to Ooze Prevention
|
10 лет назад |
Alessandro Ranellucci
|
795c85d30e
Apply a true double-ended nearest-neightbor search to thin fills in order to minimize travel moves between them. #2213
|
10 лет назад |
Alessandro Ranellucci
|
c00061678b
Use perimeter extruder for brim. #618
|
10 лет назад |
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 лет назад |
Alessandro Ranellucci
|
d9cffeca4a
Bugfix: adjust skirt flow according to each layer's height. #2307
|
10 лет назад |
Alessandro Ranellucci
|
99deffef62
Bugfix: use the external motion planner when extruding skirt and brim. #2412
|
10 лет назад |
Alessandro Ranellucci
|
98cb9f0e18
Refactoring: moved G-code export logic into new Slic3r::Print::GCode class. Removed Slic3r::GCode::Layer class. Fixes the order of post-processing filters so that cooling buffer is applied before any other filter whose logic is affected by speeds
|
10 лет назад |