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
path: root/src
AgeCommit message (Expand)Author
2021-11-17use conan as dependency managerconan/libArachne_rebasedJelle Spijker
2021-11-12Change distribution count to be the maximum diameter of distributionGhostkeeper
2021-11-12Merge branch 'flow_equalization_width_factor_as_ratio' into libArachne_rebasedGhostkeeper
2021-11-12back pressure compensation as RatioJelle Spijker
2021-11-12Merge branch 'master' into libArachne_rebasedGhostkeeper
2021-11-12Merge pull request #1524 from Ultimaker/CURA-8573_support_generation_threadedJelle Spijker
2021-11-08Merge branch '4.12'Ghostkeeper
2021-11-05Merge pull request #1523 from Ultimaker/fuzzy_skin_fixRemco Burema
2021-11-05Fix case where a single line containing only a zero was added to the gcode4.12.0Jaime van Kessel
2021-11-04Merge branch '4.12' of github.com:Ultimaker/CuraEngineJaime van Kessel
2021-11-04Infill overlap is applied elsewhere.Remco Burema
2021-11-04Moved static calculation out of for-loopJelle Spijker
2021-11-04Fixed incorrect argument nameJelle Spijker
2021-11-04Prevent long line-segments in tree.Remco Burema
2021-11-04Discard results outside search radius.Remco Burema
2021-11-03Switch Tree Support threading from OpenMP to native.Remco Burema
2021-11-03Fix: Keep futures in scope so they don't block.Remco Burema
2021-11-03Support generation: Replace OpenMP with native parallelism.Remco Burema
2021-11-03'Manual' parallel for loop.Remco Burema
2021-11-02Merge branch '4.12' of github.com:Ultimaker/CuraEngineJaime van Kessel
2021-11-02Merge pull request #1520 from Ultimaker/CURA-8644_infill_through_skin_v2Jaime van Kessel
2021-11-02Make sure infill knows about perimeter gaps.Remco Burema
2021-11-02Fix fuzzy skin overshootsTim Kuipers
2021-11-01Merge branch '4.12'Ghostkeeper
2021-11-01Make sure that ironing knows that it is inside the partJaime van Kessel
2021-11-01Fix fuzzy skin shoot outsTim Kuipers
2021-11-01Apply 10um closing operation to guard against rounding errorsGhostkeeper
2021-11-01Calculate inside border of wall separately from infill offsetGhostkeeper
2021-11-01Enforce naming conventionJaime van Kessel
2021-10-29Check for actual distance of closest point, not polygon adjacencyGhostkeeper
2021-10-29Merge pull request #1518 from Ultimaker/CURA-8622_crash_exportingRemco Burema
2021-10-29Check if there are insets before using themGhostkeeper
2021-10-29Remove confusing and unused 'cura::IntPoint'.Remco Burema
2021-10-29Be explicit about the type and const correctness.Remco Burema
2021-10-28Don't calculate intersections of lines that are really far awayGhostkeeper
2021-10-27Use proper coordinate types for coordinates when extrudingGhostkeeper
2021-10-27Fix calculating slice_layer_count if slicing_tolerance is different per modelGhostkeeper
2021-10-27Merge branch 'CURA-8615_monotonic_ironing_and_small_segments' of github.com:U...Jaime van Kessel
2021-10-27Make lines added for excluded areas have sensible startpoint.Remco Burema
2021-10-27Update documentation.Remco Burema
2021-10-26Fix inclusive tolerance 0 layers when initial layer > model max height.Remco Burema
2021-10-26Compensate for removal of (exclusive tolerance) layer later on.Remco Burema
2021-10-26Compensate for vertices exactly on the slice boundary.Remco Burema
2021-10-26Handle lower than 1 layer correctly for each tolerance caseGhostkeeper
2021-10-26Make number of layers depend on slicing tolerance settingGhostkeeper
2021-10-22Smaller number of excluded small line segments.Remco Burema
2021-10-22Fix monotonic not joining lines that should be consecutive.Remco Burema
2021-10-20Make a round-divide for signed integers.4.12-betaRemco Burema
2021-10-20Partially revert merge.Remco Burema
2021-10-15Merge branch 'libArachne_rebased' into merge_arachne_20211015Remco Burema