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-12-24Fix t/support.t after changing contact distance on top surfacesAlessandro Ranellucci
2014-12-24Don't perform wiping if we have just changed layer and no extrusions were per...Alessandro Ranellucci
2014-12-23Fixed t/vibrationlimit.tAlessandro Ranellucci
2014-12-22Adapt t/fill.t to the new infill internal APIAlessandro Ranellucci
2014-12-21Fixed vibration limit.Alessandro Ranellucci
2014-12-17Fixed testsAlessandro 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-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
2014-12-07Fixed wrong implementation of concave_points() and convex_points() in C++. #2384Alessandro Ranellucci
2014-11-27Rename solid_fill_pattern to external_fill_pattern and clarify tooltipAlessandro Ranellucci
2014-11-27Fixed regression causing crash when using avoid_crossing_perimeters with mult...Alessandro Ranellucci
2014-11-23Fixed regression causing retraction to be skipped when Retract Length was 0 b...Alessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-11-09Bugfix: a move below z_offset was performed when retract_lift was enabled and...Alessandro Ranellucci
2014-11-07Fixed regression test for #2301Alessandro Ranellucci
2014-11-07Merge branch 'issue2301-bridge-speed'Alessandro Ranellucci
2014-11-07Bugfix: double G10 and G11 commands were issued. #2320Alessandro Ranellucci
2014-11-06Minor cleanup of t/gcode.tAlessandro Ranellucci
2014-11-06Fixed regression in min_skirt_length. Includes regression test. #2337Alessandro Ranellucci
2014-11-06Bugfix: crash when slicing one layer objects with sailfish G-code flavor. Inc...Alessandro Ranellucci
2014-11-05Fixed some regressions in retracts and wipe. Includes regression testAlessandro Ranellucci
2014-10-25Renamed shift_x and shift_y into originAlessandro Ranellucci
2014-10-25Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::WriterAlessandro Ranellucci
2014-10-21Removed --g0Alessandro Ranellucci
2014-10-21Refactoring: moved most of the low-level G-code to the Slic3r::GCode::Base cl...Alessandro Ranellucci
2014-10-18Added failing test for bridge speed not being used for first object layer abo...Alessandro Ranellucci
2014-08-08Fixed minor harmless error in a couple testsAlessandro Ranellucci
2014-08-08Bugfix: enabling/disabling support material didn't cause skirt to be recalcul...Alessandro Ranellucci
2014-08-03Bugfix: medial axis missed some segments. #2144Alessandro Ranellucci
2014-07-26Always use a rectangle with semicircles as extrudate shapeAlessandro Ranellucci
2014-07-26Fixed test relying on old layer_height default valueAlessandro Ranellucci
2014-07-23Bugfix: ignore only_retract_when_crossing_perimeters when fill_density = 0Alessandro Ranellucci
2014-07-03Added unit tests about temperatures being preserved in spiral_vase modeAlessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-06-14Merge branch 'call_get_layer' of github.com:sapir/Slic3r into sapir-call_get_...Alessandro Ranellucci
2014-06-13A few improvements to gcode placeholder tests.Y. Sapir
2014-06-12Fixed tests after recent fixes to concave_pointsAlessandro Ranellucci
2014-06-11Bugfix: seam_position = aligned failed in certaim circumstances because of fa...Alessandro Ranellucci
2014-06-11Bugfix: wrong number of raft layers in some situations due to a numerical errorAlessandro Ranellucci
2014-06-09Distinct extrusion width for external perimetersAlessandro Ranellucci
2014-06-05Bugfix: M73 was exceeding 100% when multiple objects were printed together. #...Alessandro Ranellucci
2014-06-04Fixed regression causing bridge flow to be incorrect when a manual default ex...Alessandro Ranellucci
2014-05-27Bugfix: crash when skirt was contained in brim area. Includes regression test...Alessandro Ranellucci
2014-05-26Bugfix: movement between objects in sequential printing mode was going too fa...Alessandro Ranellucci
2014-05-26Bugfix: wrong logic for concave_points() and convex_points()Alessandro Ranellucci
2014-05-26Bugfix: failure when exporting SVG from object containing multiple islands. I...Alessandro Ranellucci
2014-05-26Bugfix: wrong handling of large number of raft layers. #2041Alessandro Ranellucci
2014-05-25Typo seal -> seam :-)Alessandro Ranellucci