30526 Commits

Author SHA1 Message Date
Rijk van Manen
d6d7eef054 Notify PP&M on Print Profile Change
To avoid print profile changes for ultimaker printers going unnoticed a github action is set up.
PP-260
2022-10-05 14:55:49 +02:00
jelle spijker
6ae88f1181 Also set build tag if not internal
Contributes to CURA-9711
2022-10-05 14:43:31 +02:00
jelle spijker
67e99cd4ce Set version number for CuraVersion.py
If you want custom version use the Conan Configuration:
`user.cura:version`

Contributes to CURA-9711
2022-10-05 14:33:05 +02:00
c.lamboo
728daec6af Wrap material name in Compatible Printer List
CURA-9690
2022-10-05 14:19:38 +02:00
jelle spijker
8cf475694f Filter on specific extensions
Contributes to CURA-9711
2022-10-05 13:47:09 +02:00
c.lamboo
2079bd5a6e Sort "other printers" list
CURA-9687
2022-10-05 13:26:12 +02:00
Jelle Spijker
c94ccf24ce
Merge pull request #13472 from Ultimaker/CURA-9711_libspdlog_missing
[CURA-9711] fix spdlog binaries missing in linux bulids
2022-10-05 12:38:52 +02:00
jelle Spijker
e2cf889f7f Don't check for shared
Contributes to CURA-9711
2022-10-05 11:08:53 +02:00
jelle Spijker
ad65ffa76c Fix check if option exist
Contributes to CURA-9711
2022-10-05 10:56:53 +02:00
jelle Spijker
ca90ac7787 Fix adding all shared libs managed by Conan to pyinstaller
Closes #13422

Contributes to CURA-9711
2022-10-05 10:47:34 +02:00
jspijker
73c8bf5c66 Merge branch '5.2' into CURA-9711_libspdlog_missing 2022-10-05 10:22:37 +02:00
jspijker
9bb1383da2 revert changes to tag script 2022-10-05 09:34:56 +02:00
Casper Lamboo
d9d2488501
Merge pull request #13473 from Piezoid/fix-ufpwriter
UFPWriter: fix serialization of SettingFunctions
2022-10-05 08:48:56 +02:00
Jelle Spijker
6a03ae9e9c Use run-name to show version and actor
New functionality which should help clarify which run is which.

https://github.blog/changelog/2022-09-26-github-actions-dynamic-names-for-workflow-runs/
2022-10-05 07:43:25 +02:00
Maël Kerbiriou
058824d2f4 UFPWriter: fix settings serialization 2022-10-04 23:35:15 +02:00
jspijker
4cdf4e607d update conandata.yml 5.2.0-beta.1 2022-10-04 16:38:01 +02:00
jspijker
c00135bfac make sure prerelease tag triggers conan-package 2022-10-04 16:36:13 +02:00
Joey de l'Arago
1287dffe22 Add fmt binaries to list.
CURA-9711
2022-10-04 15:45:37 +02:00
Casper Lamboo
bef3eb8703
Update conandata.yml 2022-10-04 15:27:41 +02:00
Casper Lamboo
566cbba111
Update conandata.yml 2022-10-04 15:23:58 +02:00
Joey de l'Arago
ccea542280 Add spdlog to binaries list.
Add warning for missing binary

Update pattern matching for binaries glob in bin paths. It will now match .so.X files that it would not before.

CURA-9711
2022-10-04 14:40:13 +02:00
jelle Spijker
9ef927d747 Fix bump up version 2022-10-04 13:38:19 +02:00
jelle Spijker
c98614e2e1 Fix release is pushed to branch and not tagged 2022-10-04 13:11:07 +02:00
jelle Spijker
95faab7eb9 Fix release is pushed to branch and not tagged 2022-10-04 12:58:45 +02:00
jelle Spijker
328cff594a Also bump up version after beta release 2022-10-04 12:36:10 +02:00
jelle Spijker
01357dd7fe PR's a tagged with 5.3.0-alpha 2022-10-04 12:01:08 +02:00
jelle Spijker
3dd2d146e7 Make sure a tag is a release version 2022-10-04 12:00:09 +02:00
c.lamboo
a1a2784ef9 Add intent and quality fields to slice metadata
CURA-9719
2022-10-04 11:47:53 +02:00
MariskaMaas
d0ddb5fafe [CURA-9688] Fix View Printers in Digital Factory
Send the user to the welcome page instead of the printjobs page to get a more comprehensive overview coming from the monitor page.
2022-10-03 14:37:41 +02:00
Joey de l'Arago
e854ee6a3c
Fix reference to version properties that don't exist.
version.prerelease does not exist, swapped this out for version.pre. 

There is no "+" inside prerelease (ie "-alpha"), this was probably being confused with the build version ( ie. +testing_120). Both "+" and "-" are removed from these values so I have prepended "_internal" to the build number instead.
2022-10-03 11:35:46 +02:00
c.lamboo
b33cff33f5 Disable "Remove Raft Inside Corners" setting by default 2022-10-03 11:28:22 +02:00
Joey de l'Arago
ed48fd2e82
Update conanfile.py 2022-10-03 10:58:50 +02:00
Joey de l'Arago
6da52b1d59
Update conandata.yml 2022-09-30 15:50:35 +02:00
Joey de l'Arago
d505e6980c
Update conan-recipe-version.yml 2022-09-30 13:49:45 +02:00
Joey de l'Arago
3d2f6bbfe4
Update conan-recipe-version.yml 2022-09-30 13:47:50 +02:00
c.lamboo
75ca7babaf Add a circle to the background of the refresh button
Be more consistent with rest of UI.

CURA-9677
2022-09-30 13:46:57 +02:00
Joey de l'Arago
d7db09d96d
Update conan-recipe-version.yml 2022-09-30 13:46:02 +02:00
Joey de l'Arago
51b3c338da
Update conan-recipe-version.yml 2022-09-30 13:44:36 +02:00
Joey de l'Arago
c4f4900ccd
Revert Later
This is a hack for beta release
2022-09-30 13:39:07 +02:00
Joey de l'Arago
b7ef313375
Update conandata.yml 5.2.0-beta 2022-09-30 13:19:47 +02:00
Joey de l'Arago
959e4bfadd
Update conandata.yml 2022-09-30 11:07:10 +02:00
Joey de l'Arago
ff9fb445e0
Update conandata.yml 2022-09-30 10:54:52 +02:00
Joey de l'Arago
94d80ef712
Update conandata.yml 2022-09-30 10:35:50 +02:00
c.lamboo
b81b7c8c63 Revert "Update conandata.yml"
This reverts commit 3da50c0ee00fb2e8e42fe1cab72766440b0f3e3c.
2022-09-30 10:34:22 +02:00
Joey de l'Arago
c482cbddf3 Update conandata.yml 2022-09-30 10:33:06 +02:00
Joey de l'Arago
3da50c0ee0
Update conandata.yml 2022-09-30 10:25:44 +02:00
Joey de l'Arago
5eccf57c51
Update conandata.yml 2022-09-30 10:05:15 +02:00
Joey de l'Arago
f769216340
Update conandata.yml 2022-09-30 09:23:51 +02:00
c.lamboo
a2c85dced9 Revert "Enable zigzag instead of the lines paatern on the skin layers. This improves print speed and quality. I used to decrease bridging quality, but due to enabling experimental bridging in the print profiles this can now be used."
This reverts commit 863e1ecbae19644384e484cf88a3b4e0ae4a86aa.
2022-09-29 16:09:00 +02:00
Joey de l'Arago
cbadf50f4d
Add beta version 2022-09-29 12:57:10 +02:00