cura:4.6

Last commit made on 2020-10-06
Get this branch:
git clone -b 4.6 https://git.launchpad.net/cura

Branch merges

Branch information

Name:
4.6
Repository:
lp:cura

Recent commits

4ef7851... by Remco Burema <email address hidden>

Merge pull request #8499 from Ultimaker/CURA-7735_Disable_symlink_following_for_non_debug_mode_in_Trust

CURA-7735: Make symlink following optional when checking the plugin signatures

a68eebf... by Kostas Karmas <email address hidden>

Follow symlinks when checking plugin signatures only in DEBUG mode

CURA-7735

da265fc... by maht <email address hidden>

Updated change_log.txt for 4.6.2

10b5f4d... by Ruben D

Avoid hitting the prime blob when Z hop is enabled

If Z hop is enabled, it would move to the height of the Z hop at the start of the print, in order to hop for the initial travel move. Cura sort of assumes that this hop is going up and so it's safe to do, but in reality this hop is going down due to the starting process in the firmware. As a hotfix, we'll just move away from that blob so that we don't hit it even if you enable Z hops.

bab0375... by Ruben D

Avoid hitting the prime blob when Z-hop is enabled

Similar to commit be814535e979c28734460a697da879dbe2b41a07, but ported to the Ultimaker Original.

2e5f476... by Ruben D

Remove duplicated version upgrade plug-in

These two version upgraders do the same operation. Their code is copied. Instead, we can just let one version upgrader upgrade both versions of the files.

Contributes to issue CURA-7413.

7e53bc1... by Jaime van Kessel <email address hidden>

Add beta upgrader

CURA-7413

e39a192... by Nino van Hooff

Merge pull request #7824 from Ultimaker/CURA-7459_persistent_marketplace_notification_on_updated_bundled_packages

Cherry-pick changes from CURA-7245_fix_bundled_package_sync

ed74198... by Jaime van Kessel <email address hidden>

Revert "Revised text from Enterprise marketplace pop-up screen"

This reverts commit 6a334dd907eeeaf657db006a07d71618d800987f.

The commit broke the string freeze. It also hardcodes the enterprise text
for all versions of Cura (which should not be the case!)

75f5e6a... by Nino van Hooff

Consider all packages when calculating account discrepancies

Not just the user-subscribed ones

CURA-7245