Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/fill.t
AgeCommit message (Expand)Author
2018-07-26Merge commit 'e0e6a238107b3614fde83d79a6e6056d0a378e2a' into master_slic3rPE_PRsupermerill
2018-06-27Infill wiping turned off by default and in some automatic testsLukas Matena
2018-04-18Merge remote-tracking branch 'remotes/prusa/master' into supermerill-devMerill
2018-04-01Split external infill parameter to top/bottom external infillsupermerill
2018-03-28t tests changed so they don't fail on the extruder number checkLukas Matena
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
2017-06-21Slic3r has been modified to propagate the following filament specificbubnikv
2016-11-02Test of a 100% coverage by the FillRectilinear2 has been disabled before,bubnikv
2016-11-02Fixed a crash when accessing a non-existing config value from C++ infill.bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2015-03-06When using raft, validate first layer height against support material extrude...Alessandro Ranellucci
2015-03-06Refactoring: removed the non-idempotent init_extruders() step. Also, infill_e...Alessandro Ranellucci
2015-01-31Make tests happy with new defaultsAlessandro Ranellucci
2014-12-22Adapt t/fill.t to the new infill internal APIAlessandro Ranellucci
2014-12-17Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585dAlessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-11-27Rename solid_fill_pattern to external_fill_pattern and clarify tooltipAlessandro Ranellucci
2014-08-08Fixed minor harmless error in a couple testsAlessandro Ranellucci
2014-07-26Always use a rectangle with semicircles as extrudate shapeAlessandro Ranellucci
2014-06-09Distinct extrusion width for external perimetersAlessandro Ranellucci
2014-04-19Fixed regression when concentric infill was used as solid infill. Includes re...Alessandro Ranellucci
2014-04-18Fixed regression in --infill-only-where-needed. Includes a minimal test suite...Alessandro Ranellucci
2014-04-05Fix for incomplete extrusion on solid surfacesAlessandro Ranellucci
2014-03-22Turn fill_density into percentageAlessandro Ranellucci
2014-02-16Fixed regression when using --infill-only-where-needed. Includes regression t...Alessandro Ranellucci
2014-02-07Bugfix: when processing with fill_density = 0, top/bottom solid shells were m...Alessandro Ranellucci
2014-01-12Fix bug in regression infill causing bad clipping at very low layer heights. ...Alessandro Ranellucci
2014-01-03More work for refactoring Flow/ExtruderAlessandro Ranellucci
2014-01-03More incomplete work for Flow/Extruder refactoringAlessandro Ranellucci
2013-12-24Satisfy test suiteAlessandro Ranellucci
2013-11-20Update Clipper to 6.0.0Alessandro Ranellucci
2013-09-12Fix concentric infill and add regression test. #1432Alessandro Ranellucci
2013-09-03Fix testsAlessandro Ranellucci
2013-08-30Ported Slic3r::Polyline::CollectionAlessandro Ranellucci
2013-08-29Ported ExtrusionPath::Collection->chained_pathAlessandro Ranellucci
2013-08-28Moved vibration limit to its own G-code filterAlessandro Ranellucci
2013-08-27Removed dependency on Math::ClipperAlessandro Ranellucci
2013-08-16Merge branch 'master' into xsdataAlessandro Ranellucci
2013-08-13Regression test for fix 36596bf569a2764f527ab80a26992039daed9c67. #1387Alessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-29Keep edge lines in rectilinear infill even when the sides are not perfectly s...Alessandro Ranellucci
2013-07-29Extend tests about solid infill adjustmentAlessandro Ranellucci
2013-07-29Don't try to align rectilinear infill if solid, otherwise there will be a gap...Alessandro Ranellucci
2013-07-19Thread-safe integration of ExtrusionPath::CollectionAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-15Ported ExtrusionPath to XS. Failing test for SurfaceAlessandro Ranellucci
2013-06-16Refactoring: use Slic3r::Geometry::BoundingBox objects everywhereAlessandro Ranellucci
2013-06-14Ignore solid_infill_every_layers when fill_density is 0. Includes regression ...Alessandro Ranellucci
2013-05-13Move Slic3r::Test::GCodeReader to Slic3r::GCode::ReaderAlessandro Ranellucci