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-11-06Use enum as axispolygonamoryJelle Spijker
2022-11-06Temporarily fix the addition operatorJelle Spijker
2022-11-06use compound instead of inheritanceJelle Spijker
2022-11-04Initial setup of Polygon rewriteJelle Spijker
2022-11-04Use GCC12 as default compilerjspijker
2022-11-03Use build_idJelle Spijker
2022-11-03create build iinfoJelle Spijker
2022-11-02simplified while(true)-loop to for-loopc.lamboo
2022-11-02Merge pull request #1750 from Ultimaker/CURA-9486_hide_seam_increased_randomnessRemco Burema
2022-11-02Code-style (constexpr use) and apply DRY-principle.Remco Burema
2022-11-02Merge branch 'main' into CURA-9486_hide_seam_increased_randomnessRemco Burema
2022-11-01Merge pull request #1742 from Ultimaker/CURA-7271_slow_lines_individually_min...Remco Burema
2022-11-01Skip over travel-paths when slowest path speed is calulated.Remco Burema
2022-11-01Refactor code to be more DRY.Remco Burema
2022-11-01Don't recalculate slowest path speed.Remco Burema
2022-11-01Merge pull request #1753 from Ultimaker/CURA-9549_fix_tower_supportJoey de l'Arago
2022-11-01Improve code stylec.lamboo
2022-10-31Improve less-random placement of seam locationc.lamboo
2022-10-31Revert "Remove offsetting of start position in find seam"c.lamboo
2022-10-30Merge pull request #1613 from Ultimaker/brim_per_material_optimized_orderRemco Burema
2022-10-30Code style.Remco Burema
2022-10-30Can now access wether to offset disallowed areas for nozzles from front-end.Remco Burema
2022-10-30Correctly apply simplification to skirt/brim.Remco Burema
2022-10-30Code-style, remove outdated (TODO's), and apply D.R.Y.Remco Burema
2022-10-28Merge pull request #1715 from ElectronicsArchiver/mainJoey de l'Arago
2022-10-26Code-style.Remco Burema
2022-10-26Add default parameter.Remco Burema
2022-10-26Modern-style typing.Remco Burema
2022-10-26Use closure instead of function-struct (+ code style).Remco Burema
2022-10-26'Mutable' makes no sense here.Remco Burema
2022-10-26Revert seam placement logic of 4.13c.lamboo
2022-10-26Remove offsetting of start position in find seamc.lamboo
2022-10-26Remove left-over simplify codec.lamboo
2022-10-26Remove tiebreakerc.lamboo
2022-10-26Add min_edge_length criteria to cornerAnglec.lamboo
2022-10-25Remove redundent codec.lamboo
2022-10-25Add fall of strength parameter to cornerAnglec.lamboo
2022-10-25Merge branch 'main' into brim_per_material_optimized_orderRemco Burema
2022-10-25Move cornerAngle to separate functionc.lamboo
2022-10-25Merge remote-tracking branch 'origin/CURA-9486_hide_seam_increased_randomness...c.lamboo
2022-10-25Don't simplify polygon in FindStartLocationc.lamboo
2022-10-25Don't simplify polygon in FindStartLocationc.lamboo
2022-10-24Revert "Rename variables"c.lamboo
2022-10-24Fix tower supportc.lamboo
2022-10-24Boy scoutingc.lamboo
2022-10-24fixes based on review commentsRijk van Manen
2022-10-24Apply suggestions from code reviewRijk van Manen
2022-10-21Rename variablesJoey de l'Arago
2022-10-21Reduce simplification of polygons when choosing start locations (seam) with u...Joey de l'Arago
2022-10-21Update tiebreaker to be based on the relative difference between scores inste...Joey de l'Arago