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

Get last 5.7 fixes #19224

Merged
merged 21 commits into from
Jun 12, 2024
Merged

Get last 5.7 fixes #19224

merged 21 commits into from
Jun 12, 2024

Commits on May 8, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    22c17c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674d28a View commit details
    Browse the repository at this point in the history
  3. Fix wrong placement of objects children when saving to 3MF

    We now ignore the auto-centering of meshes for children objects, because it messes up with their relative position with their parent. Only the top-level objects needs to be centered, the children will follow.
    
    CURA-11902
    wawanbreton committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b75f168 View commit details
    Browse the repository at this point in the history
  4. Fix missing error message when slicing with disabled extruder

    Following the removal of the get/setMessage methods in the Job class, the StartSliceJob has not been updated and still used them. We now use a specific variable for storing the disabled extruders and properly display them.
    
    CURA-11904
    wawanbreton committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2e5e432 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Remove useless variable declaration

    The node_matrix is defined in the following if whatever the condition, so there is no need to define it first.
    
    CURA-11902
    wawanbreton committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3fbc911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4aa675 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19075 from Ultimaker/CURA-11902_fix_loaded_suppor…

    …t_mesh_position
    
    CURA-11902 fix loaded support mesh position
    HellAholic authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d929b3a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19076 from Ultimaker/CURA-11904_fix_crash_first_e…

    …xtruder_disabled
    
    CURA-11904 Fix crash when slicing with first extruder disabled
    HellAholic authored May 15, 2024
    Configuration menu
    Copy the full SHA
    84449ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19042 from Ultimaker/CURA-11872-resolve-function-…

    …for-raft-remove-inside-corner
    
    Added resolve function to take the values from material profiles
    HellAholic authored May 15, 2024
    Configuration menu
    Copy the full SHA
    2c6a978 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 23, 2024

  1. Set version 5.7.2

    wawanbreton authored May 23, 2024
    Configuration menu
    Copy the full SHA
    5af225e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

  1. Merge pull request #19144 from Ultimaker/CURA-11931_set_interleaved_p…

    …rime_tower_from_material
    
    CURA-11931 set interleaved prime tower from material
    HellAholic authored May 29, 2024
    Configuration menu
    Copy the full SHA
    0d96537 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Disable wait for temperature for UltiMaker printers

    Previously the material_print_temp_prepend and material_print_temp_wait were ignored for Griffin-flavored printers. Now we do handle them because we want the prepend, but we don't want the wait so disable it.
    wawanbreton committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e863eee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219543d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11f2be1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19163 from Ultimaker/CURA-11919_update_changelog_572

    Updated Changelog for Cura 5.7.2
    wawanbreton authored May 30, 2024
    Configuration menu
    Copy the full SHA
    eb7c753 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    7726922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044cc00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af267af View commit details
    Browse the repository at this point in the history