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

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-02Add TODO notice about infill gap fillerssupport_gap_filler_fixTim Kuipers
2022-03-02clarify variable namingTim Kuipers
2022-03-02Revert "remove printing of infill walls which are never generated"Tim Kuipers
2022-02-25Merge pull request #1592 from Ultimaker/CURA-8091_failure_to_stitchJaime van Kessel
2022-02-25Apply snap distance to determining whether polygons are closedGhostkeeper
2022-02-25Increase stitch distance to stitch 0-width contours betterGhostkeeper
2022-02-25Implement debug output for variable-width pathsGhostkeeper
2022-02-24Fix closed polylines closing segment not being printedTim Kuipers
2022-02-24Fix equality operator not being called properly for const PolygonsTim Kuipers
2022-02-22Optionally prime on the interface and surface layers of the raftGhostkeeper
2022-02-22Indicate that extruders are used when raft forces them to primeGhostkeeper
2022-02-22Merge pull request #1581 from Ultimaker/infill_surface_mesh_fixesCasper Lamboo
2022-02-22Merge pull request #1562 from Ultimaker/variable_walls_stitchingCasper Lamboo
2022-02-22remove edge_t::regionTim Kuipers
2022-02-22remove ExtrusionJunction::region_idTim Kuipers
2022-02-22make arachne stitch prevention choice more clearTim Kuipers
2022-02-22lil brackets to prevent compile warningTim Kuipers
2022-02-22increase searching radius of getRegionOrder a littleTim Kuipers
2022-02-22prevent walls which should have been closed from being printed in reverse dir...Tim Kuipers
2022-02-22lil refactor for readabilityTim Kuipers
2022-02-22remove superfluous double assignmentTim Kuipers
2022-02-22make alternate_walls code more explicitTim Kuipers
2022-02-22lil code style and docTim Kuipers
2022-02-22lil code styleTim Kuipers
2022-02-21fix unit test for ExtrusionLineTim Kuipers
2022-02-21remove printing of infill walls which are never generatedTim Kuipers
2022-02-21fix support infill wallTim Kuipers
2022-02-21fix order between too far away linesTim Kuipers
2022-02-21remove unused polygon::getNesting(.)Tim Kuipers
2022-02-21Simpler getRegionOrder implementationTim Kuipers
2022-02-17lil code simplificationTim Kuipers
2022-02-17Fix printing of polylines which turn out to be closed polygonsTim Kuipers
2022-02-17Don't recompute infill area when there is no infillTim Kuipers
2022-02-17Fix empty layers for modifier meshesTim Kuipers
2022-02-17lil code style and debug checkTim Kuipers
2022-02-17remove debugging codeTim Kuipers
2022-02-17clarify test conditionTim Kuipers
2022-02-15Merge branch 'CURA-8067_missing_infill_with_small_parts' of github.com:Ultima...Jaime van Kessel
2022-02-14Always write support walls, even if there is no remaining area with densityGhostkeeper
2022-02-14Always add extra infill walls at the endGhostkeeper
2022-02-14Adding the new .ico file for CuraEngineEvangelos Trantos
2022-02-09Merge pull request #1572 from Ultimaker/CURA-8915_raft_middle_layersJaime van Kessel
2022-02-08Add comment to explain magic number Jaime van Kessel
2022-02-07lil fix for top surface skin ironingTim Kuipers
2022-02-07fix asserts for more unusual casesTim Kuipers
2022-02-07Revert "fix inner contour not being generated on all sides"Tim Kuipers
2022-02-07Fix handling of shared vertices in polygon::getNestingTim Kuipers
2022-02-07prevent printing order infinite loopTim Kuipers
2022-02-07fix removing small line after another small line has just been removedTim Kuipers
2022-02-07debug outputTim Kuipers