Commit History

Author SHA1 Message Date
  Alessandro Ranellucci 1875825f45 Minor fix to previous commit 9 years ago
  Alessandro Ranellucci 7f70da97b4 New experimental autospeed feature. #2810 9 years ago
  Alessandro Ranellucci 13b7316807 Merge branch 'master' into sender 9 years ago
  Alessandro Ranellucci f010354201 Bugfix: skirt was not exported to G-code when raft_layers > 0. #2843 9 years ago
  Alessandro Ranellucci 73e32dfe5d Use unique continuous numbering for layer numbers in case of support material layers. #2634 9 years ago
  Alessandro Ranellucci 1f8ef2a63c Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761 9 years ago
  Alessandro Ranellucci 92b980b10e Bugfix: superfluous and harmful travel moves between objects when using sequential printing with Avoid crossing perimeters. #2691 10 years ago
  Alessandro Ranellucci d2172b4383 Merge branch 'master' into sender 10 years ago
  Alessandro Ranellucci c2009af1c6 Remove ;_WIPE marks in G-code which were left between objects in sequential printing 10 years ago
  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 years ago
  Alessandro Ranellucci a3b843b24e Bugfix: temperature was not set correctly when using sequential printing. Includes regression test. #2702 10 years ago
  Alessandro Ranellucci bb3feedc31 Bugfix: too many skirt layers were printed when using tall skirts and support material. #2695 10 years ago
  Alessandro Ranellucci ba6ae12635 Change end_program() to postamble() 10 years ago
  Alexander Rössler cc83e9f06d using end_program() function in GCode output 10 years ago
  Alessandro Ranellucci 3ae6f2630e Merge branch 'master' into sender 10 years ago
  Alessandro Ranellucci 059b00a829 New --before-layer-change option and new layer_z placeholder. #2602 10 years ago
  Alessandro Ranellucci 229039d3b8 Fixed test and implementation of ooze prevention standby points (wrong test caused wrong implementation). #2103 10 years ago
  Alessandro Ranellucci ba4325411b Bugfix: the downwards move in sequential printing was performed in the wrong spot. #2524 10 years ago
  Alessandro Ranellucci bf02062a67 Bugfix: random but frequent crashes after recent perimeter code refactoring 10 years ago
  Alessandro Ranellucci 9ec7b43ca1 Merge branch 'master' into sender 10 years ago
  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 years ago
  Alessandro Ranellucci f0de57cbe4 Minor cleanup of the init_external_mp() call 10 years ago
  Alessandro Ranellucci 2562070232 Refactored the travel/retract/avoid_crossing_perimeters logic. Several edge cases are now handled correctly. #2498 10 years ago
  Alessandro Ranellucci 0f7933c4f9 Bugfix: pressure regulation accumulated too much retraction and didn't discharge at the end of print. Includes regression test. #2470 10 years ago
  Alessandro Ranellucci 2c0d216c1a More work on print controller 10 years ago
  Alessandro Ranellucci e8dc981774 Fixes to Ooze Prevention 10 years ago
  Alessandro Ranellucci 795c85d30e Apply a true double-ended nearest-neightbor search to thin fills in order to minimize travel moves between them. #2213 10 years ago
  Alessandro Ranellucci c00061678b Use perimeter extruder for brim. #618 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 d9cffeca4a Bugfix: adjust skirt flow according to each layer's height. #2307 10 years ago
  Alessandro Ranellucci 99deffef62 Bugfix: use the external motion planner when extruding skirt and brim. #2412 10 years ago
  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 years ago