Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Ultimaker/CuraEngine

ThomasRahm created a comment on a pull request on Ultimaker/CuraEngine
The diff reads a bit confusing. It does not handle me adding an if and converting the if after it to an else if particularly well, so here a visual aid: ![grafik](https://github.com/user-attachmen...

View on GitHub

ThomasRahm opened a pull request on Ultimaker/CuraEngine
Alternative fix for 'encompassing hole' tree support issue
# Description This pull request does 3 things: 1. It reverts https://github.com/Ultimaker/CuraEngine/pull/2145 and adds an alternative solution for what it intended. I think explicitly excludi...
wawanbreton pushed 46 commits to main Ultimaker/CuraEngine
  • Change segment overhanging calculation formula CURA-12078 Instead of naively checking whether the start and end poin... be7344e
  • Merge remote-tracking branch 'origin/main' into CURA-12078_inconsistent-wall-speed-besides-overhang 3541f2d
  • Applied clang-format. 04fc407
  • Set conan package version 5.9.0-alpha.1 5b260e1
  • Set conan package version 5.9.0-beta.1 1cba802
  • Merge branch '5.9' into CURA-12078_inconsistent-wall-speed-besides-overhang ac5f1af
  • Start switch cooling before switching extruders CURA-12200 43deebf
  • Applied clang-format. a1f65ab
  • Fix 'encompassing hole' issue (tree support). When a hole is large enough to wholly contain (sometimes many) other b... 1752db5
  • Change segment overhanging calculation formula (#2144) 5716bf0
  • Add engine info handler for getting engine version and hash Implemented a handler for the `--engine_info_cb` flag to... 619088b
  • Applied clang-format. 4ae78aa
  • Add beginGCode function to EmscriptenCommunication Introduced a new function `beginGCode` to indicate the start of g... f9ebce7
  • Applied clang-format. dc900d4
  • Add commit hash to conandata.yml Include a 'commit' field in conandata.yml to store the commit hash. NP-349 45c585e
  • fix typo NP-349 916a92a
  • fix argument NP-349 6c4fad3
  • Merge branch '5.9' into NP-349-get-engineinfo-in-neoprep c579c96
  • Merge branch '5.9' into CURA-12153_missing_tree_top b456526
  • Add engine info handler for getting engine version and hash (#2146) 48811a3
  • and 26 more ...

View on GitHub

nh43de starred Ultimaker/CuraEngine
greatfollow starred Ultimaker/CuraEngine
wawanbreton created a tag on Ultimaker/CuraEngine

5.9.0-beta.1-RC5 - Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.

wawanbreton created a tag on Ultimaker/CuraEngine

5.9.0-beta.1-RC4 - Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.

Vandresc deleted a branch Ultimaker/CuraEngine

CURA-12164_fix-innerwall-seam-position

Vandresc pushed 17 commits to 5.9 Ultimaker/CuraEngine
  • Set different seam strategy for inner walls after outer walls CURA-12164 239f2ad
  • Uniformize score calculation for seam vertex selection CURA-12164 We now use a unified score for all the criteria wh... e3c5068
  • Fix overhang seam interaction with user-defined position CURA-12164 de47e0c
  • Add documentation CURA-12164 4f99edc
  • Applied clang-format. 11811e1
  • Merge branch '5.9' into CURA-12164_fix-innerwall-seam-position d8280d9
  • Clean code CURA-12164 ae1f6d2
  • Fix polygonorderoptimizer unit-test. done as part of CURA-12164 edeaf0a
  • Fix comment typo CURA-12164 a912456
  • Change enabling shortest for inner walls strategy CURA-12164 With or without "Optimize Wall Printing Order", it rema... a474a2b
  • Introduce random scoring in seam candidate calculation CURA-12164 This way the "random" strategy is also confonted ... 10faafa
  • Apply simplification suggested by @casperlamboo CURA-12164 03de538
  • Remove interaction between briding and seam overhang CURA-12164 b0cf410
  • Applied clang-format. 68b7f52
  • Fix build with old compilers CURA-12164 1a0f741
  • Merge branch '5.9' into CURA-12164_fix-innerwall-seam-position 83c254c
  • CURA-12164 Fix innerwall seam position (#2148) 9a264cb

View on GitHub

Vandresc closed a pull request on Ultimaker/CuraEngine
CURA-12164 Fix innerwall seam position
This PR actually contains a few different works: * Rework of the score calculation for the seam point selection. Previously, the calculated scores were inconsistent and depending on each other whe...
ThomasRahm created a comment on a pull request on Ultimaker/CuraEngine
@rburema I can confirm the bug this pull request fixes. But I think it was caused by git! I vaguely remember I the version with `else if (hole.intersection(PolygonUtils::clipPolygonWithAABB(r...

View on GitHub

jira[bot] created a branch on Ultimaker/CuraEngine

CURA-12065_fix-retraction-disabled-with-zhop - Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.

awoniu starred Ultimaker/CuraEngine
casperlamboo pushed 1 commit to convex-hull-issue Ultimaker/CuraEngine

View on GitHub

github-actions[bot] pushed 1 commit to convex-hull-issue Ultimaker/CuraEngine

View on GitHub

casperlamboo pushed 1 commit to convex-hull-issue Ultimaker/CuraEngine
  • Fix issue with convex hull 2f67d22

View on GitHub

casperlamboo opened a draft pull request on Ultimaker/CuraEngine
Fix issue with convex hull
# Description For some cases the convex hull produces the incorrect (non-convex) results, see attached screenshot. <img width="634" alt="Screenshot 2024-10-19 at 08 59 52" src="https://github...
casperlamboo created a branch on Ultimaker/CuraEngine

convex-hull-issue - Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.

wawanbreton pushed 3 commits to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine
  • Prevent implicit unsigned to signed conversions Co-authored-by: @ToyboxZach 5cedf86
  • Prevent implicit unsigned to signed conversions (#2149) dabbdac
  • Merge branch '5.9' into CURA-12164_fix-innerwall-seam-position 83c254c

View on GitHub

wawanbreton pushed 1 commit to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine
  • Fix build with old compilers CURA-12164 1a0f741

View on GitHub

wawanbreton created a comment on a pull request on Ultimaker/CuraEngine
> Possible performance regression was detected for benchmark **'C++ Benchmark'**. I do not see such a difference on my PC, and the code being run for this test hasn't been touched. For now I'll ...

View on GitHub

rburema created a review on a pull request on Ultimaker/CuraEngine
<!-- github-benchmark-action-comment(start): C++ Benchmark Alert --> # :warning: **Performance Alert** :warning: Possible performance regression was detected for benchmark **'C++ Benchmark'**. Ben...

View on GitHub

github-actions[bot] pushed 1 commit to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine

View on GitHub

wawanbreton pushed 2 commits to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine
  • Apply simplification suggested by @casperlamboo CURA-12164 03de538
  • Remove interaction between briding and seam overhang CURA-12164 b0cf410

View on GitHub

wawanbreton created a review comment on a pull request on Ultimaker/CuraEngine
I wish I could say in C++ "from now on, this variable is const" that is a use-case I regularly come up with

View on GitHub

wawanbreton created a review on a pull request on Ultimaker/CuraEngine

View on GitHub

wawanbreton created a review comment on a pull request on Ultimaker/CuraEngine
It is indeed, but then you loose the constness on the bools, so I'm shared

View on GitHub

wawanbreton created a review on a pull request on Ultimaker/CuraEngine

View on GitHub

casperlamboo created a review on a pull request on Ultimaker/CuraEngine

View on GitHub

Load more