Erwan MATHIEU
3808a56600
Fix indendation
2024-06-05 09:24:55 +02:00
Erwan MATHIEU
b12520b8fd
Remove version for direct script call
2024-06-05 09:23:38 +02:00
Erwan MATHIEU
7e6a03caf7
Use the proper path to call workflows
2024-06-05 09:21:42 +02:00
Erwan MATHIEU
b71662f4dd
Add scripts for process automation
2024-06-05 09:19:10 +02:00
Erwan MATHIEU
f76deb71ab
Use workflows from dev branch
2024-06-03 12:17:25 +02:00
Max Heinekamp
b2f1e80cb3
Removed duplicate entry
...
There were two entries defining "secondary_button_text".
Kept the one near other secondary_button etires and set it to the "text_secondary_button" base color.
2024-06-01 20:47:52 +02:00
Erwan MATHIEU
f1c0859325
Use workflow from branch (for testing)
2024-05-31 16:39:34 +02:00
Erwan MATHIEU
c6b66b369a
Make the installers worfklow callable
2024-05-31 15:33:34 +02:00
Erwan MATHIEU
a34a442009
Add dedicated conandata.yml for cura_resources
2024-05-31 14:58:58 +02:00
Paul Kuiper
8632efa4ec
Updated PVA max. temperature to be 40C iso 70C to prevent problems with PVA in the Bowden tube.
...
PP-333
2024-05-30 14:34:52 +02:00
Erwan MATHIEU
59771d0ddc
Revert "Set dependencies version .."
...
This reverts commit a4178e8377758a12fa18516589c4db3e277eeb37.
2024-05-30 12:48:03 +02:00
github-actions
a4178e8377
Set dependencies version ..
2024-05-30 10:45:04 +00:00
Erwan MATHIEU
eb7c753f44
Merge pull request #19163 from Ultimaker/CURA-11919_update_changelog_572
...
Updated Changelog for Cura 5.7.2
5.7.2-RC2
2024-05-30 10:04:37 +02:00
Erwan MATHIEU
11f2be15f4
Updated Changelog for Cura 5.7.2
2024-05-30 09:54:47 +02:00
wawanbreton
219543dd43
Applied printer-linter format
2024-05-30 07:19:37 +00:00
Erwan MATHIEU
e863eee156
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.
2024-05-30 09:18:08 +02:00
HellAholic
0d96537dd0
Merge pull request #19144 from Ultimaker/CURA-11931_set_interleaved_prime_tower_from_material
...
CURA-11931 set interleaved prime tower from material
2024-05-29 13:05:58 +02:00
Erwan MATHIEU
d9adc5dc56
Merge pull request #19154 from Ultimaker/fix-printer-linter-injection
...
Self-merging to test the script
2024-05-28 09:22:16 +02:00
Erwan MATHIEU
22bcb452eb
Merge remote-tracking branch 'origin/main' into fix-printer-linter-injection
2024-05-28 09:19:04 +02:00
Erwan MATHIEU
6b5ae61ae0
Merge remote-tracking branch 'origin/fix-printer-linter-injection' into fix-printer-linter-injection
2024-05-28 09:18:59 +02:00
Erwan MATHIEU
dca3cb2cca
Fix wrong variable given to script
2024-05-28 09:18:46 +02:00
Erwan MATHIEU
ef610de6c5
Merge pull request #19153 from Ultimaker/fix-printer-linter-injection
...
Self-merging in order to test the script
2024-05-28 09:06:08 +02:00
Erwan MATHIEU
cb65d54591
Merge branch 'main' into fix-printer-linter-injection
2024-05-28 09:05:33 +02:00
Erwan MATHIEU
8a170ae5f9
Merge remote-tracking branch 'origin/fix-printer-linter-injection' into fix-printer-linter-injection
2024-05-28 09:04:05 +02:00
Erwan MATHIEU
f4349be84a
Fix diagnose script to match post script
2024-05-28 09:03:46 +02:00
Erwan MATHIEU
251c707cb1
Merge pull request #19152 from Ultimaker/fix-printer-linter-injection
...
Auto-merging to actually test the script
2024-05-28 08:56:57 +02:00
Erwan MATHIEU
f64129ac69
Merge branch 'main' into fix-printer-linter-injection
2024-05-28 08:56:37 +02:00
Erwan MATHIEU
7dd114fbd5
Merge remote-tracking branch 'origin/fix-printer-linter-injection' into fix-printer-linter-injection
2024-05-28 08:53:42 +02:00
Erwan MATHIEU
5681bf6507
Fix wrong file path
2024-05-28 08:53:19 +02:00
Erwan MATHIEU
df1f4e078a
Merge pull request #19151 from Ultimaker/fix-printer-linter-injection
...
Merging myself, this is the only way to actually test
2024-05-28 08:47:51 +02:00
Erwan MATHIEU
be114fb9df
Merge branch 'main' into fix-printer-linter-injection
2024-05-28 08:47:05 +02:00
Erwan MATHIEU
811c859fc5
Fix indentation
2024-05-28 08:43:48 +02:00
Erwan MATHIEU
6ec5447936
Merge pull request #19141 from Ultimaker/fix-printer-linter-injection
...
CURA-11929 Update the printer-linter post actions to use the last version of inner sub-script
2024-05-28 08:29:20 +02:00
Erwan MATHIEU
a3d70e9429
Allow setting interleaved prime tower base on material
...
CURA-11931
2024-05-27 16:26:26 +02:00
Erwan MATHIEU
32cac847b4
Update the printer-linter post actions to use the last version of inner action
...
This is actually required to fix an issue where it was possible to inject malicious code into the environment variables when using a PR that changed the diagnose script. At the same time, it is also good practice to use the last version of the called clang-tidy-pr-comments action.
2024-05-27 09:00:40 +02:00
Paul Kuiper
8815f52f2a
New 0.15mm mode for the factor 4 for PVA and BAM.
...
Needed by 0.15mm 3rd party material profiles that require support.
PP-485
2024-05-24 11:54:38 +02:00
Paul Kuiper
d896eb38ff
Preventing PVA and BAM to interfer with the build plate and build volume temperature settings of the model material.
...
PP-371
2024-05-24 10:52:06 +02:00
Erwan MATHIEU
5f1b0751be
Merge branch 'main' into PP-480-Fix-generic-profiles-factor-4
2024-05-23 14:51:27 +02:00
Erwan MATHIEU
5af225ec21
Set version 5.7.2
2024-05-23 14:45:56 +02:00
Jelle Spijker
8390505efd
Merge pull request #19124 from Ultimaker/reduce-printer-linter-access-rights
...
Reduce permissions on printer-linter GitHub actions
2024-05-23 14:21:59 +02:00
Erwan MATHIEU
170c511568
Reduce permissions on printer-linter GitHub actions
...
Previously they had no permission set, so by default all write access. We now specify only the required permissions for each of them.
2024-05-23 11:49:35 +02:00
HellAholic
1e69f4740b
Merge pull request #19089 from Ultimaker/CURA-11912
...
Change `value` to `resolve`
2024-05-23 10:43:54 +02:00
c.lamboo
86ccddbb1d
Change value
to resolve
...
CURA-11912
2024-05-22 16:51:08 +02:00
HellAholic
b0bd3a2d1f
Update linux.yml
2024-05-22 15:36:15 +02:00
HellAholic
4eceea1402
Update linux.yml
2024-05-22 14:48:10 +02:00
Paul Kuiper
c7d6c65024
Add CPE CFF and GFF profiles.
...
PP-480
2024-05-21 14:29:59 +02:00
HellAholic
0912c62b34
use branch workflow rather than main for testing
2024-05-18 18:51:32 +02:00
HellAholic
5d7deeb94a
change the default to self-hosted
...
change the default to self-hosted
2024-05-17 14:03:56 +02:00
HellAholic
8d961a5827
Update linux.yml
2024-05-17 13:45:59 +02:00
HellAholic
bd343c0abd
Update linux.yml
...
add self-hosted-Linux-X64 to options
2024-05-17 11:45:58 +02:00