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
path: root/t
AgeCommit message (Expand)Author
2014-03-24Bugfix: wrong inwards moves were calculated for 2+ copies because ExtrusionLo...Alessandro Ranellucci
2014-03-02Better pruning of thin walls to avoid unwanted extra extrusions. Includes reg...Alessandro Ranellucci
2014-03-01Use bridge speed for first solid layer above sparse infill. Includes unit tes...Alessandro Ranellucci
2014-02-26Bugfix: crash when using non-consecutive extruders. #1808Alessandro Ranellucci
2014-02-16Fixed regression when using --infill-only-where-needed. Includes regression t...Alessandro Ranellucci
2014-02-13Fixed spiral vase regressions. Includes regression tests. #1773Alessandro Ranellucci
2014-02-13Regression test and incomplete fix for bug affecting wrong spiral vase output...Alessandro Ranellucci
2014-02-07Bugfix: when processing with fill_density = 0, top/bottom solid shells were m...Alessandro Ranellucci
2014-01-12Bugfix: incorrect number of raft layers was generated when too few were reque...Alessandro Ranellucci
2014-01-12Fix bug in regression infill causing bad clipping at very low layer heights. ...Alessandro Ranellucci
2014-01-11Bugfix: ambiguous semantics of the layers_count() method caused M73 to go bey...Alessandro Ranellucci
2014-01-11Test that absolute_E is positive at the end of print (and document that it ac...Alessandro Ranellucci
2013-12-23Fix regression preventing raft from being generated for the entire object foo...Alessandro Ranellucci
2013-12-23Bugfix: fan wasn't turned on for bridges when vibration limit or another inte...Alessandro Ranellucci
2013-12-07Fix regression causing complete_objects to skip Z moves after first object is...Alessandro Ranellucci
2013-11-24Fix regression causing toolchange_gcode to crash Slic3r. Includes regression ...Alessandro Ranellucci
2013-11-24Fix regression causing retraction restarts to ignore extrusion_axis. Includes...Alessandro Ranellucci
2013-11-15Rename standby_temperature to ooze_prevention. #1523Alessandro Ranellucci
2013-11-15Make sure all extruders are outside skirt at toolchange when standby_temperat...Alessandro Ranellucci
2013-11-11Round Perl coordinates instead of truncating them to integers. #1486 #1445 #1464Alessandro
2013-11-02Fix regression in chained_path() introduced in fb763b01879f6943bf8f601f37e039...Alessandro Ranellucci
2013-11-02Fix complete_objects after XS port. Includes regression test. #1511Alessandro Ranellucci
2013-10-26Fixed support unit tests and reduced dependency on $objectAlessandro Ranellucci
2013-10-13Fix speed math for wipe, which was causing too fast retraction. Includes regr...Alessandro Ranellucci
2013-09-19Fix threading issue with GUI. #1443 #1444Alessandro Ranellucci
2013-09-19Test that toolchanges happen outside skirt when standby-temperature is enabledAlessandro Ranellucci
2013-09-19Added test for standby_temperatureAlessandro Ranellucci
2013-09-18Bugfix: enabling raft layers generated support for the whole model. Includes ...Alessandro Ranellucci
2013-09-18Update t/support.tAlessandro Ranellucci
2013-09-17Prevent superfluous extra perimeters added when a region has an acute angleAlessandro Ranellucci
2013-09-17Revert a recent change made to shells generation, causing too much solid infi...Alessandro Ranellucci
2013-09-17Fix wrong bridge flow used for overhangs and bridge perimeters. Includes regr...Alessandro Ranellucci
2013-09-16Update brim generation code. Includes regression test. #1440Alessandro Ranellucci
2013-09-12Fix concentric infill and add regression test. #1432Alessandro Ranellucci
2013-09-12Fix threads, tests and require the most recent Moo versionAlessandro Ranellucci
2013-09-11More work to avoid working with vertices outside XSAlessandro Ranellucci
2013-09-10Replace TriangleMesh with the XS portAlessandro Ranellucci
2013-09-06Fixed wipe (includes regression test). #1421Alessandro Ranellucci
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro Ranellucci
2013-09-03Fix testsAlessandro Ranellucci
2013-08-30Ported Slic3r::Polyline::CollectionAlessandro Ranellucci
2013-08-29Ported ExtrusionPath::Collection->chained_pathAlessandro Ranellucci
2013-08-28Move arc fitting code to its own post-processing filter and remove the built-...Alessandro Ranellucci
2013-08-28Huge speed boost by reducing the number of method calls in GCode.pmAlessandro Ranellucci
2013-08-28Moved vibration limit to its own G-code filterAlessandro Ranellucci
2013-08-27Removed dependency on Math::ClipperAlessandro Ranellucci
2013-08-26Fixes to pass all testsAlessandro Ranellucci
2013-08-16Merge branch 'master' into xsdataAlessandro Ranellucci
2013-08-13Update test now failing because of some numerical instabilityAlessandro Ranellucci
2013-08-13Regression test for fix 36596bf569a2764f527ab80a26992039daed9c67. #1387Alessandro Ranellucci