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/xs
AgeCommit message (Expand)Author
2014-06-04Fixed regression causing bridge flow to be incorrect when a manual default ex...Alessandro Ranellucci
2014-05-27Automatically disable retract_layer_change when using spiral_vaseAlessandro Ranellucci
2014-05-26Revert "Update Clipper to r468. #2028"Alessandro Ranellucci
2014-05-26Update Clipper to r468. #2028Alessandro Ranellucci
2014-05-26Attempt to fix compilation issueAlessandro Ranellucci
2014-05-26Bugfix: movement between objects in sequential printing mode was going too fa...Alessandro Ranellucci
2014-05-26Revert "Updated Clipper to r467 but it doesn't seem to fix #2028 yet"Alessandro Ranellucci
2014-05-26Updated Clipper to r467 but it doesn't seem to fix #2028 yetAlessandro Ranellucci
2014-05-25Typo seal -> seam :-)Alessandro Ranellucci
2014-05-24Disable test until Clipper bug 96 is fixed #2028Alessandro Ranellucci
2014-05-24Revert "Fix bad test". Test was actually correct. Clipper's still slightly bu...Alessandro Ranellucci
2014-05-24Fix bad testAlessandro Ranellucci
2014-05-24Failing test cases for Clipper bug returning empty result set. #2028Alessandro Ranellucci
2014-05-24Update Clipper to last trunk to fix a couple Clipper bugs causing empty inter...Alessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro Ranellucci
2014-05-22Fixed minor compilation issueAlessandro Ranellucci
2014-05-22Enforce seam alignment and blend in spiral vase. #2023Alessandro Ranellucci
2014-05-21New Point::projection_onto() methodsAlessandro Ranellucci
2014-05-21One line missing for support_material_interface_speed declarationAlessandro Ranellucci
2014-05-21Fix more regressions in test suite regarding the workaround for Clipper bugAlessandro Ranellucci
2014-05-21Separate speed option for support material interface. #2009Alessandro Ranellucci
2014-05-21Bugfix: thin walls forming a closed loop had overlapping segments at their en...Alessandro Ranellucci
2014-05-21Gracefully handle loading config files having empty strings for multi-value o...Alessandro Ranellucci
2014-05-15Move many speed settings to PrintRegionConfigAlessandro Ranellucci
2014-05-15Fixed one more regression introduced with Model refactoring. Includes regress...Alessandro Ranellucci
2014-05-13Refactored the Slic3r::GCode logic for speedsAlessandro Ranellucci
2014-05-13Move Detect Bridging Perimeters to region configAlessandro Ranellucci
2014-05-13Distinct extrusion role for support material interfaceAlessandro Ranellucci
2014-05-12No tests were covering randomize-start, which was not working anymore after r...Alessandro Ranellucci
2014-05-10Apply workaround for buggy GCC 4.7.2 #1965Alessandro Ranellucci
2014-05-10Some fixes after the recent Model refactoringAlessandro Ranellucci
2014-05-10Draft for binary representation of G-code commandsAlessandro Ranellucci
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci
2014-05-08Remove new/delete keywords from ClipperUtils.cppAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-08Several minor fixes to ModelAlessandro Ranellucci
2014-05-08Merge branch 'sapir-modelcpp'Alessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-05-07Turn ExtrusionLoop into a collection of polylines. Includes some changes to t...Alessandro Ranellucci
2014-05-07Fix clear_objects() and clear_volumes()Alessandro Ranellucci
2014-05-07Use Pointf for origin_translation and pass const refs whenever possibleAlessandro Ranellucci
2014-05-07Removed StringMapAlessandro Ranellucci
2014-05-05Translate Model class' storage to C++.Y. Sapir
2014-05-02Refactoring: move direction math into a single function. Includes some fixes ...Alessandro Ranellucci
2014-05-02Add missing perlglue.hpp to xsp filesPetr Ledvina
2014-05-02Use a more robust parallelism detectionAlessandro Ranellucci
2014-05-02Tentative fix for unreproduced compilation error reportedAlessandro Ranellucci
2014-05-01Use poly2tri for triangulation. This fixes some cases where polyPartition cou...Alessandro Ranellucci
2014-05-01Remove self-intersections before supplying polygon data to polyPartition and ...Alessandro Ranellucci
2014-04-30Fix Polygon::contains_point() overflowing on Windows. #1950Alessandro Ranellucci