Ecosyste.ms: Timeline

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

Ultimaker/CuraEngine

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

View on GitHub

casperlamboo created a review comment on a pull request on Ultimaker/CuraEngine
I need to do a double (triple) read on the `!flag && condition` pattern. I find this simpler to read; ```suggestion bool calculate_distance_score = false; bool calculate_corner_s...

View on GitHub

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

View on GitHub

wawanbreton created a review on a pull request on Ultimaker/CuraEngine
Looks good, I hope they are the last ones

View on GitHub

wawanbreton pushed 2 commits to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine
  • 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

View on GitHub

wawanbreton opened a pull request on Ultimaker/CuraEngine
CURA-12207 Infill line printed multiple times with extra lines
The previous strategy was to split the two crossed segments and join them betweem each other, printing the joined section twice. Although this is very efficient in terms of routing, having a segmen...
github-actions[bot] pushed 1 commit to CURA-12207_infill-line-printed-multiple-times-with-extra-lines Ultimaker/CuraEngine

View on GitHub

wawanbreton pushed 2 commits to CURA-12207_infill-line-printed-multiple-times-with-extra-lines Ultimaker/CuraEngine
  • Add method to write a generic polyline, and better handle flushing CURA-12207 ca5adba
  • Change extra infill lines splitting strategy CURA-12207 The previous strategy was to split the two crossed segments ... 0e6e6a3

View on GitHub

casperlamboo opened a pull request on Ultimaker/CuraEngine
Prevent implicit unsigned to signed conversions
# Description This PR builds on top of https://github.com/Ultimaker/CuraEngine/pull/2139 as we found a few more cases where this goes wrong. ## Type of change - [x] Bug fix (non-breaking c...
casperlamboo created a branch on Ultimaker/CuraEngine

NP-448 - 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.

jira[bot] created a branch on Ultimaker/CuraEngine

CURA-12207_infill-line-printed-multiple-times-with-extra-lines - 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.

Zhuangchao-123 starred Ultimaker/CuraEngine
wawanbreton created a review comment on a pull request on Ultimaker/CuraEngine
Definitely better :sweat_smile:

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
Well I think we don't really care about starting position for anything else than outer walls, but that is a good question :thinking: I also remember we have a ticket to set the start position of in...

View on GitHub

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

View on GitHub

rburema created a review on a pull request on Ultimaker/CuraEngine
Looks good! Let's get this in beta :-)

View on GitHub

rburema created a review on a pull request on Ultimaker/CuraEngine
Looks good! Let's get this in beta :-)

View on GitHub

rburema pushed 1 commit to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine
  • Fix polygonorderoptimizer unit-test. done as part of CURA-12164 edeaf0a

View on GitHub

wawanbreton pushed 1 commit to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine

View on GitHub

wawanbreton pushed 7 commits to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine
  • 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
  • Merge branch '5.9' into CURA-12153_missing_tree_top b456526
  • [CURA-12153] Fix 'encompassing hole' issue (tree support). (#2145) 67f9041
  • [CURA-12200] fix fan speed during extruder switch (#2147) 13a4f07
  • Merge branch '5.9' into CURA-12164_fix-innerwall-seam-position d8280d9

View on GitHub

wawanbreton opened 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...
github-actions[bot] pushed 1 commit to CURA-12164_fix-innerwall-seam-position Ultimaker/CuraEngine

View on GitHub

wawanbreton pushed 4 commits to CURA-12164_fix-innerwall-seam-position 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

View on GitHub

SakeyJakey starred Ultimaker/CuraEngine