Commit History

Author SHA1 Message Date
  bubnikv b4a61a3acb Fixed unit test after splitting the external fill pattern to top/bottom. 6 years ago
  Lukas Matena 54bd0af905 Infill wiping turned off by default and in some automatic tests 6 years ago
  Lukas Matena 0d2637fede t tests changed so they don't fail on the extruder number check 6 years ago
  bubnikv 2455aee97c Further reduction of Perl Config.pm methods. 7 years ago
  bubnikv 401059066e Switched to Perl local::lib for local compilation. 7 years ago
  bubnikv f0325575c2 Slic3r has been modified to propagate the following filament specific 7 years ago
  bubnikv d530bdba67 Test of a 100% coverage by the FillRectilinear2 has been disabled before, 8 years ago
  bubnikv 28ccb51f9b Fixed a crash when accessing a non-existing config value from C++ infill. 8 years ago
  bubnikv 95ede7c4b8 Rewrote Fill2.pm to C++, deleted Perl infills for good. 8 years ago
  Alessandro Ranellucci 095391d702 When using raft, validate first layer height against support material extruder only instead of taking other extruders into account, thus potentially allowing larger nozzles to be used for it. #2701 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 2e88b088e6 Make tests happy with new defaults 10 years ago
  Alessandro Ranellucci 0ded18207b Adapt t/fill.t to the new infill internal API 10 years ago
  Alessandro Ranellucci 9264db7ecd Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585d 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 7a7d00c8d6 Rename solid_fill_pattern to external_fill_pattern and clarify tooltip 10 years ago
  Alessandro Ranellucci 534b8c3f12 Fixed minor harmless error in a couple tests 10 years ago
  Alessandro Ranellucci c4d70bcb85 Always use a rectangle with semicircles as extrudate shape 10 years ago
  Alessandro Ranellucci 3599bd0bae Distinct extrusion width for external perimeters 10 years ago
  Alessandro Ranellucci a248c98192 Fixed regression when concentric infill was used as solid infill. Includes regression test. #1650 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 d6d6a51e0d Fix for incomplete extrusion on solid surfaces 10 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
  Alessandro Ranellucci ffc891d885 Bugfix: when processing with fill_density = 0, top/bottom solid shells were missing regions thinner than 3 * extrusion width. Includes regression test. #1602 11 years ago
  Alessandro Ranellucci c99b9d91db Fix bug in regression infill causing bad clipping at very low layer heights. Includes regression test. #1669 11 years ago
  Alessandro Ranellucci a2cbb261cb More work for refactoring Flow/Extruder 11 years ago
  Alessandro Ranellucci 8ed738d3f7 More incomplete work for Flow/Extruder refactoring 11 years ago
  Alessandro Ranellucci 1a690589a8 Satisfy test suite 11 years ago
  Alessandro Ranellucci 50c0081d25 Update Clipper to 6.0.0 11 years ago
  Alessandro Ranellucci 5f54d0eb90 Fix concentric infill and add regression test. #1432 11 years ago
  Alessandro Ranellucci 0ffb0f6a58 Fix tests 11 years ago
  Alessandro Ranellucci 1cfdf7e955 Ported Slic3r::Polyline::Collection 11 years ago
  Alessandro Ranellucci bd7b0e2aed Ported ExtrusionPath::Collection->chained_path 11 years ago
  Alessandro Ranellucci 73c05a6092 Moved vibration limit to its own G-code filter 11 years ago
  Alessandro Ranellucci fb763b0187 Removed dependency on Math::Clipper 11 years ago
  Alessandro Ranellucci fa07c512b4 Merge branch 'master' into xsdata 11 years ago
  Alessandro Ranellucci dbe429cf73 Regression test for fix 36596bf569a2764f527ab80a26992039daed9c67. #1387 11 years ago
  Alessandro Ranellucci b38cc2c244 Merge branch 'master' into xsdata 11 years ago
  Alessandro Ranellucci 80676f358a Keep edge lines in rectilinear infill even when the sides are not perfectly straight 11 years ago
  Alessandro Ranellucci 99963775ff Extend tests about solid infill adjustment 11 years ago
  Alessandro Ranellucci 948b43fe0d Don't try to align rectilinear infill if solid, otherwise there will be a gap at one side 11 years ago
  Alessandro Ranellucci 1b285f3f46 Thread-safe integration of ExtrusionPath::Collection 11 years ago
  Alessandro Ranellucci 9b582a11ff Adopt XS containers everywhere (incomplete work) 11 years ago
  Alessandro Ranellucci f612d4c64e Ported ExtrusionPath to XS. Failing test for Surface 11 years ago
  Alessandro Ranellucci ac4a0bcdd8 Refactoring: use Slic3r::Geometry::BoundingBox objects everywhere 11 years ago
  Alessandro Ranellucci 878d17605c Ignore solid_infill_every_layers when fill_density is 0. Includes regression test. #1240 11 years ago
  Alessandro Ranellucci baa1a8c736 Move Slic3r::Test::GCodeReader to Slic3r::GCode::Reader 11 years ago
  Alessandro Ranellucci 0118c7257f Update test according to the new Fill/Base.pm syntax 11 years ago
  Alessandro Ranellucci aae9625a13 Bugfix: solid-infill-below-area wasn't ignored when fill_density = 0, causing solid layers here and there. #1049 12 years ago