Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update QHull and BuildMacOS.sh to support debug and XCode builds #3173

Open
wants to merge 61 commits into
base: master
Choose a base branch
from

Commits on Jul 19, 2022

  1. add "in repo" badge

    LuckyTurtleDev authored and supermerill committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    635575a View commit details
    Browse the repository at this point in the history
  2. change release names

    supermerill committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    6b7551f View commit details
    Browse the repository at this point in the history
  3. Update badges

    supermerill committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f266b18 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    6c6ee47 View commit details
    Browse the repository at this point in the history
  2. fix buildlinux for 22.04

    fix createrelease as the mac arm can't be compiled on github anymore
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e343bc7 View commit details
    Browse the repository at this point in the history
  3. Fix config loading for brim_offset

    Added a piece of code into handle_legacy to check for aliases.
    '.mf3 files won't open 2.4.58.3' supermerill#2939
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5c73d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2335b View commit details
    Browse the repository at this point in the history
  5. Add a "tag" menu next to the "mode", so the "mode" can be changed in …

    …one click instead of two (recovering the old behavior).
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7f20a19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5019d2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c713405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa04e29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    960db82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48b2cdf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac5d906 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c4c561 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa59f22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e7eee61 View commit details
    Browse the repository at this point in the history
  15. fix unwanted extra gapfill (boost::voronoi bug)

    Mitigation: remove shallow angles that seems to make it appear.
    As the previous remove_colinear was on a fixed dist (taht became too small on long segments)
    I created a new one that work from an angle.
    supermerill#2971
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3527f6e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    63e5344 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5dbc6d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4a55b34 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5ccbd7f View commit details
    Browse the repository at this point in the history
  20. Allow smooth start for spiral_vase also in extruder absolute mode

    And fix for the visualization of the spiral start.
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3d5eb91 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    061c018 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f65663e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cb13e75 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ce85ac8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4a0d00a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    13eed23 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a16466a View commit details
    Browse the repository at this point in the history
  28. Fix some warnings.

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5dc49e5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    76a9eda View commit details
    Browse the repository at this point in the history
  30. Protecting SlicingParameters behind a shared_ptr.

    Some code cleaning
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    10dd647 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4628c1e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b13ca1e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7b7af07 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    635a5ab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    84651e3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c613f18 View commit details
    Browse the repository at this point in the history
  37. SPE-1252 - Fixed update of contours in Cut Gizmo when modifying the o…

    …rientation or the scale of a part of a multipart object
    enricoturri1966 authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0b78718 View commit details
    Browse the repository at this point in the history
  38. Fixed GLGizmoBase::render_input_window() to properly require for an e…

    …xtra frame the first time an imgui window is shown
    enricoturri1966 authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    206d8e7 View commit details
    Browse the repository at this point in the history
  39. Gallery: Update for recycling symbols

    YuSanka authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f5f38a9 View commit details
    Browse the repository at this point in the history
  40. Fixes of cooling buffer logic:

    Fixed division by zero on zero length extrusions.
    Added bunch of asserts to check for divisions by zero.
    bubnikv authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    27b2b9d View commit details
    Browse the repository at this point in the history
  41. Update to Polyline::split_at()

    bubnikv authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4a31b51 View commit details
    Browse the repository at this point in the history
  42. Fix random seam

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0835581 View commit details
    Browse the repository at this point in the history
  43. fix brim crash

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2056c32 View commit details
    Browse the repository at this point in the history
  44. fix b1efd77 (freecad path)

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f2288a5 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    291697b View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f2041ca View commit details
    Browse the repository at this point in the history
  47. Fix aligned seam & add some others:

     - contiguous: even more aligned
     - scattered: old random: random per island per layer
     - random : new random: every loop has its own random seam.
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ae6165c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1cb0fbf View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    16db2fd View commit details
    Browse the repository at this point in the history
  50. Allow reset function for scripted widget

    updated doc in readme
    supermerill#2930
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ed22e60 View commit details
    Browse the repository at this point in the history
  51. Klipper & wipe tower: correct extruder name

    Also, can now use {tool_name} and other filaments & extruder settings in filament start/end
    supermerill#2934
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    df7ea0a View commit details
    Browse the repository at this point in the history
  52. Updates to hungarian translation

    AntoszHUN authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0d1b7d5 View commit details
    Browse the repository at this point in the history
  53. Fix few auto-translated(?) words and phrases which already has

    established names.
    kmarty authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b86a94b View commit details
    Browse the repository at this point in the history
  54. Update How to build - Linux et al.md

    Tips for updating on the RPI4.
    MrRKernelPanic authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    24fd7a4 View commit details
    Browse the repository at this point in the history
  55. Update profiles

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8cf0811 View commit details
    Browse the repository at this point in the history
  56. Add elegoo profiles

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8d23973 View commit details
    Browse the repository at this point in the history
  57. version 2.4.58.4

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    eab5d80 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. updated BuildMacOS.sh to support XCode builds

    updated Qhull.cmake to add patch to the imported Qhull CMakeLists.txt so that it creates correctly named debug libraries.
    nanoplane committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    fc1ff38 View commit details
    Browse the repository at this point in the history