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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-05Further Perl unit test porting to C++ and Perl interface reduction:Vojtech Bubnik
Ported cooling, gap fill, thin walls and polyline unit tests.
2021-09-11Fixed unit tests after the previous commit.Lukáš Hejl
2021-02-24Fix of Perl combine infill unit test after a change in raft:Vojtech Bubnik
1st object layer over raft is no more printed with bridging infill.
2019-06-20Reworked the Perl unit / integration tests to use the same Printbubnikv
interface that the application is using. Old interface used just for the integration tests was removed.
2019-05-22Fixed unit tests when run with range checks on std::vectorLukas Matena
There was a bug in unit tests that led to generating the wipe tower with non-normalized preset. This caused out-of-bounds access into max_layer_height vector in fill_wipe_tower_partitions. The problem surfaced in https://github.com/prusa3d/PrusaSlicer/issues/2288. I quickly patched additional normalization of the preset to prevent this from happening. Also, an assert in the same function turned out to trip on one of the tests. This one was commented out for now and will (hopefully) be looked into later. Function Print::apply_config was renamed to apply_config_perl_tests_only so everyone sees its current purpose and does not mistake it for the more important Print::apply.
2018-06-27Infill wiping turned off by default and in some automatic testsLukas Matena
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
Taken from upstream Slic3r, thanks @alexrj.
2015-03-06Refactoring: removed the non-idempotent init_extruders() step. Also, ↵Alessandro Ranellucci
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
2014-12-08Make combine_infill() completely idempotent. Includes unit testingAlessandro Ranellucci
2014-12-08Bugfix: infill was not correctly generated when infill_every_layers was used ↵Alessandro Ranellucci
along with raft_layers. Includes regression test. #2396
2014-01-05Make tests passAlessandro Ranellucci
2013-12-18Fix compilation and test suiteAlessandro Ranellucci
2013-07-14Use Slic3r::Surface::Collection for Layer::Region->slicesAlessandro Ranellucci
2013-03-16Removed keep_meshesAlessandro Ranellucci
2013-03-16Always fix self-intersecting polygons that Douglas-Peucker might returnAlessandro Ranellucci
2013-03-07Infill refactoring and cleanup completeAlessandro Ranellucci
2013-02-28make sure combine infill test has infill to combine #1023Mike Sheldrake
2013-02-16regression test for combined infill #834Mike Sheldrake
Guards against issue of slightly off-vertical walls triggering extra infill on layers that should be empty when combining infill.