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

Port PrusaSlicer's Measure & Cut gizmos #2603

Merged
merged 107 commits into from
Nov 19, 2023
Merged

Commits on Nov 4, 2023

  1. Introduction of classes ColorRGB and ColorRGBA to unify color data de…

    …finition and manipulation
    
    (cherry picked from commit prusa3d/PrusaSlicer@d0bff2d )
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    28d0147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f0c095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    356405a View commit details
    Browse the repository at this point in the history
  4. remove GLModel from base class

    - only 2 gizmo use cone
    
    (cherry picked from commit prusa3d/PrusaSlicer@3c7390e)
    (cherry picked from commit 4647fc4)
    Jony01 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f6a3421 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e04448 View commit details
    Browse the repository at this point in the history
  6. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to:

    1) allow for custom vertex data layout
    
    2) allow for custom index data format
    
    3) allow for any OpenGL primitive type
    
    (cherry picked from commit prusa3d/PrusaSlicer@afcac6e)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    354f8e2 View commit details
    Browse the repository at this point in the history
  7. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's backgrou…

    …nd texture rendering
    
    Tech ENABLE_GLBEGIN_GLEND_REMOVAL - A few fixes in layers editing profile rendering
    
    (cherry picked from commit prusa3d/PrusaSlicer@a939d8e)
    (cherry picked from commit prusa3d/PrusaSlicer@8c807db)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    35899b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04ad26f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7907426 View commit details
    Browse the repository at this point in the history
  10. Fix various memory leaks

    (cherry picked from commit prusa3d/PrusaSlicer@deb17c5)
    hejllukas authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    499b9d1 View commit details
    Browse the repository at this point in the history
  11. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GeometryBuff…

    …er from 3DBed.hpp and replaced with GLModel
    
    (cherry picked from commit prusa3d/PrusaSlicer@6b04142)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f9de4ec View commit details
    Browse the repository at this point in the history
  12. Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArr…

    …ay with GLModel - GLGizmoFlatten::PlaneData::vbo
    
    (cherry picked from commit prusa3d/PrusaSlicer@ffa3a1d)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6eed220 View commit details
    Browse the repository at this point in the history
  13. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring to simplify client co…

    …de of GLModel::Geometry
    
    (cherry picked from commit prusa3d/PrusaSlicer@be6b659)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    269fbaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d4e084 View commit details
    Browse the repository at this point in the history
  15. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Adapt GLModel::Geometry index for…

    …mat in dependence of data size, where possible
    
    (cherry picked from commit prusa3d/PrusaSlicer@4d2d77e)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    874f39a View commit details
    Browse the repository at this point in the history
  16. Gizmos refactoring - Removed GLModels defined into GLGizmoBase, and m…

    …ostly unused, to avoid wasting GPU memory. Use a shared GLModel for Gizmos inheriting from GLGizmoPainterBase. Initialization of GLModels moved from constructor to render methods
    
    (cherry picked from commit prusa3d/PrusaSlicer@e3d5cd4)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b7989e3 View commit details
    Browse the repository at this point in the history
  17. Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArr…

    …ay with GLModel:
    
    TriangleSelectorGUI::m_iva_enforcers
    
    TriangleSelectorGUI::m_iva_blockers
    
    TriangleSelectorGUI::m_iva_seed_fills
    
    TriangleSelectorGUI::m_varrays
    
    GLGizmoPainterBase::s_sphere
    
    (cherry picked from commit prusa3d/PrusaSlicer@8916a00)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    baa575b View commit details
    Browse the repository at this point in the history
  18. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GLPaintConto…

    …ur from GLGizmoPainterBase.hpp/.cpp and replaced with GLModel
    
    (cherry picked from commit prusa3d/PrusaSlicer@df3d670)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fc1c8c2 View commit details
    Browse the repository at this point in the history
  19. Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArr…

    …ay with GLModel: MeshClipper::m_vertex_array
    
    (cherry picked from commit prusa3d/PrusaSlicer@be69227)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8107057 View commit details
    Browse the repository at this point in the history
  20. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Another refactoring to simplify c…

    …lient code of GLModel::Geometry
    
    (cherry picked from commit prusa3d/PrusaSlicer@fa1ff1c)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    12dbbf2 View commit details
    Browse the repository at this point in the history
  21. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed OpenGL legacy calls from …

    …GLCanvas3D::init()
    
    (cherry picked from commit prusa3d/PrusaSlicer@aa4714a)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    10243b3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dde64ac View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dd51ce3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d1b0743 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d85bbcb View commit details
    Browse the repository at this point in the history
  26. Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArr…

    …ay with GLModel: GLVolume geometry + removed class GLIndexedVertexArray from codebase
    
    (cherry picked from commit prusa3d/PrusaSlicer@1eac357)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d09dc36 View commit details
    Browse the repository at this point in the history
  27. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Fix in GLGizmoRotate::render_angl…

    …e_arc():
    
    Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Fix in GLModel::render()
    
    (cherry picked from commit prusa3d/PrusaSlicer@2379588)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1fedcb6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c5b2092 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e6443b5 View commit details
    Browse the repository at this point in the history
  30. Removed unneeded pairs glPushMatrix()/glPopMatrix()

    (cherry picked from commit prusa3d/PrusaSlicer@5f9aeb1)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    61ed614 View commit details
    Browse the repository at this point in the history
  31. Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Use 2D vertices to render GLGizmo…

    …PainterBase circle
    
    (cherry picked from commit prusa3d/PrusaSlicer@5193a15)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d8551d7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5fc056e View commit details
    Browse the repository at this point in the history
  33. Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes …

    …and matrices in shaders. 1st installment.
    
    Shader: flat - Default bed
    
    (cherry picked from commit prusa3d/PrusaSlicer@a5ff370)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9f4713e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    71fd408 View commit details
    Browse the repository at this point in the history
  35. Fix outline rendering

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    03daf61 View commit details
    Browse the repository at this point in the history
  36. Fix preview shell rendering

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8f49be4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    511bfa7 View commit details
    Browse the repository at this point in the history
  38. Fix mm rendering

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e211e7d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ac001f8 View commit details
    Browse the repository at this point in the history
  40. Few small fixes

    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8dc82e7 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    15bad7f View commit details
    Browse the repository at this point in the history
  42. Tech ENABLE_GL_SHADERS_ATTRIBUTES - Use shader's vertex attributes an…

    …d matrices in GLMmSegmentationGizmo3DScene
    
    (cherry picked from commit prusa3d/PrusaSlicer@4eee0d0)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    63272a9 View commit details
    Browse the repository at this point in the history
  43. Removed obsolete code from GCodeViewer

    (cherry picked from commit prusa3d/PrusaSlicer@033bee6)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    96c8c11 View commit details
    Browse the repository at this point in the history
  44. Tech ENABLE_GL_SHADERS_ATTRIBUTES - Fixed rendering of default bed in…

    … thumbnails
    
    (cherry picked from commit prusa3d/PrusaSlicer@568bd39)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cabb8fc View commit details
    Browse the repository at this point in the history
  45. Follow-up of 6b2fea5 - Fixed warnings

    (cherry picked from commit prusa3d/PrusaSlicer@9701d3b)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7081ebd View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    bb04475 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1e4f16b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    59b7c52 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    eb2b6af View commit details
    Browse the repository at this point in the history
  50. Fix thumbnail shader

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    0d27e08 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a50c5a2 View commit details
    Browse the repository at this point in the history
  52. Various fixes

    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fe78e40 View commit details
    Browse the repository at this point in the history
  53. Fix draw cut line

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5ce3ec7 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    4fb5b1f View commit details
    Browse the repository at this point in the history
  55. Tech ENABLE_LEGACY_OPENGL_REMOVAL - Fixed calculation of normal matri…

    …ces sent to shaders
    
    (cherry picked from commit prusa3d/PrusaSlicer@c468dcb)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    19ad0ca View commit details
    Browse the repository at this point in the history
  56. Tech ENABLE_LEGACY_OPENGL_REMOVAL - Fixed rendering of layer editing …

    …background on older OpenGL compatibility profile
    
    (cherry picked from commit prusa3d/PrusaSlicer@642f64c)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    461fa63 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    467223b View commit details
    Browse the repository at this point in the history
  58. Fix macos build

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    65b6856 View commit details
    Browse the repository at this point in the history
  59. Fix variable init

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b2f94e1 View commit details
    Browse the repository at this point in the history
  60. Tech ENABLE_GIZMO_GRABBER_REFACTOR - Refactoring of GLGizmoBase::Grab…

    …ber to have a single static instance of the cube and cone models to be shared by all grabbers
    
    (cherry picked from commit prusa3d/PrusaSlicer@f504236)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    02f83f2 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    3577a25 View commit details
    Browse the repository at this point in the history
  62. Implement plate picking

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cd1705e View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    1cd421c View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    6a40d3a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    29be4cc View commit details
    Browse the repository at this point in the history
  66. Tech ENABLE_RAYCAST_PICKING - Refactoring to allow for easier update …

    …of raycasters transform
    
    (cherry picked from commit prusa3d/PrusaSlicer@9ac5ab8)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ab090bf View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    1e7a91e View commit details
    Browse the repository at this point in the history
  68. Removed tech ENABLE_RENDER_PICKING_PASS

    (cherry picked from commit prusa3d/PrusaSlicer@f45711e)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f019915 View commit details
    Browse the repository at this point in the history
  69. Tech ENABLE_RAYCAST_PICKING - Rendering for rectangle selection made …

    …only inside the rectangle, on systems supporting framebuffers
    
    Various other refactorings & fixes
    
    (cherry picked from commit prusa3d/PrusaSlicer@39b1222)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d2d7745 View commit details
    Browse the repository at this point in the history
  70. Tech ENABLE_RAYCAST_PICKING - Method GLCanvas3D::_mouse_to_3d() modif…

    …ied to use the new scene raycaster instead of reading data from the depth buffer
    
    (cherry picked from commit prusa3d/PrusaSlicer@a7af737)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e4ec0cf View commit details
    Browse the repository at this point in the history
  71. Tech ENABLE_RAYCAST_PICKING - Gizmo flatten: fixed update of raycaste…

    …rs transformations
    
    (cherry picked from commit prusa3d/PrusaSlicer@2a2d442)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    094acdb View commit details
    Browse the repository at this point in the history
  72. remove unnecessary getting of raw pointer from unique pointer

    (cherry picked from commit prusa3d/PrusaSlicer@209eda7)
    Jony01 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    da4a707 View commit details
    Browse the repository at this point in the history
  73. Suggestion to detect volume modification instead of check some gizmos…

    … during dragging
    
    (cherry picked from commit prusa3d/PrusaSlicer@96610ec)
    Jony01 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    158bb47 View commit details
    Browse the repository at this point in the history
  74. Add virtual function to process mouse_event

    (cherry picked from commit prusa3d/PrusaSlicer@2ab4454)
    Jony01 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8e2ab66 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    005b839 View commit details
    Browse the repository at this point in the history
  76. Separate GizmoManager on_move into gizmo itself

    (cherry picked from commit prusa3d/PrusaSlicer@c751d63)
    Jony01 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    30af274 View commit details
    Browse the repository at this point in the history
  77. Various gizmos refactoring

    Jony01 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9dbb2df View commit details
    Browse the repository at this point in the history
  78. Added method const GLVolume* Selection::get_first_volume() const to s…

    …implify client code
    
    (cherry picked from commit prusa3d/PrusaSlicer@0e34906)
    enricoturri1966 authored and Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    049dfd3 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    1561d65 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    f72d42f View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    c31e1f5 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    d25780a View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    2c00408 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    4843cda View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    1bfd9f6 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    ce2836a View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    18406c3 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    3ec927a View commit details
    Browse the repository at this point in the history
  89. Cut: Fix model rendering

    Noisyfox committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    090a924 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    018b274 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    28e2995 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    e57f68a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    483475f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f001c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    cf5c19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7984b4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8ea0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66d4b4d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Fix for prusa3d/PrusaSlicer#11487 - Cut Connectors Broken when assign…

    …ing part to other side
    
    + Added check objects after cut
    + CutUtils: Ensuring that volumes start with solid parts after solid parts merging for proper slicing
    
    (cherry picked from commit prusa3d/PrusaSlicer@a9410ed)
    YuSanka authored and Noisyfox committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    799b096 View commit details
    Browse the repository at this point in the history
  2. Hide raycast debug window

    Noisyfox committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    6510fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5669b4f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    d6c2192 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    f6e4c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c1f40 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    67fe5ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5045642 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    df48b05 View commit details
    Browse the repository at this point in the history