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
2021-08-25Improve assertion for insane point output4.11.04.11Konstantinos Karmas
2021-08-25Remove layer parts with an empty outlineKonstantinos Karmas
2021-08-16Always add as starting point if nothing connects to it yetGhostkeeper
2021-08-16Fix rotational direction of the monotonic vectorGhostkeeper
2021-08-13Merge pull request #1474 from Ultimaker/CURA-8365_Unretract_before_outer_wallRemco Burema
2021-08-12Restore retraction_combing to off when testingKonstantinos Karmas
2021-08-12Move the decision to unretract when combing happensKonstantinos Karmas
2021-08-04Get the first of the extruders in the next layer Konstantinos Karmas
2021-08-04Merge pull request #1476 from Ultimaker/CURA-7928_monotonic_orderJaime van Kessel
2021-08-04Separate function to check if we can connect to incident polylinesGhostkeeper
2021-08-04Improve documentation for marking starting lines in polyline chainsGhostkeeper
2021-08-04Pull resolution of monotonic vector to a separate constantGhostkeeper
2021-08-04Define static coincident_point_distance for all path ordering algorithmsGhostkeeper
2021-08-04Remove irrelevant/outdated documentationGhostkeeper
2021-08-04Don't generate the SVG output by defaultGhostkeeper
2021-08-04Add function to convert angles from degrees to radiansGhostkeeper
2021-08-04Document max_adjacent_distance parameter in separate variableGhostkeeper
2021-08-03Don't pre-compute cross infill if using 0 densityGhostkeeper
2021-08-03Move monotonicity check to per-line range overlap checksGhostkeeper
2021-08-03Remove test for aligning sectionsGhostkeeper
2021-08-03Remove unused variableKonstantinos Karmas
2021-08-03Use vector::back instead of the old-school size()-1Konstantinos Karmas
2021-08-03Add line breaks in boolean expressionsKonstantinos Karmas
2021-08-03Update documentationKonstantinos Karmas
2021-08-03Make the unretract_before_last_travel move a constexprKonstantinos Karmas
2021-08-02Don't connect to different polyline chains eitherGhostkeeper
2021-08-02Document addLinesMonotonic functionGhostkeeper
2021-08-02Use normal constructor to fix compiler warningGhostkeeper
2021-08-02Limit adjacency in both directions, and allow edge casesGhostkeeper
2021-08-02Get farthest endpoint from closest endpoint, not from previous pointGhostkeeper
2021-08-02Also search all adjacent lines for initial proximity searchGhostkeeper
2021-08-02Also be able to restart from halfway a polyline chainGhostkeeper
2021-08-02Better handle ties in projection distanceGhostkeeper
2021-08-02Fix broken detection of loops in polyline stringsGhostkeeper
2021-08-02Fix marking starting points of sequencesGhostkeeper
2021-08-02Fix which paths we set the start_vertex ofGhostkeeper
2021-08-02Only find coincident points when using the grid locatorGhostkeeper
2021-08-02Also re-connect halfway through polyline string if it splitsGhostkeeper
2021-08-02Don't re-connect lines that already have a connectionGhostkeeper
2021-08-02Detect strings of polylines with incident endpointsGhostkeeper
2021-07-30Test Monotonic fill: Big test done(?)Remco Burema
2021-07-30Test path order monotonic: finish up big test.Remco Burema
2021-07-30Main case-test for path-order monotonic almost done.Remco Burema
2021-07-29Enable retractions when testing for unretractions.Konstantinos Karmas
2021-07-29Fix documentationKonstantinos Karmas
2021-07-29Request unretraction only if there was a prior retractionKonstantinos Karmas
2021-07-29Merge branch 'CURA-7928_monotonic_order' of https://github.com/Ultimaker/Cura...Remco Burema
2021-07-29Basis for case-tests for monotonic fill.Remco Burema
2021-07-29Add tests to check the unretraction before the last travel moveKonstantinos Karmas
2021-07-29Allow enabling monotonic separately for top surfaceGhostkeeper