35564 Commits

Author SHA1 Message Date
Erwan MATHIEU
96d233fa8c Add prime_tower_min_shell_thickness to expert settings 2024-06-18 11:47:05 +02:00
Erwan MATHIEU
a71784a8c5 Add setting for minimal prime tower shell thickness 2024-06-18 11:41:02 +02:00
Erwan MATHIEU
27ddf2966f
Merge branch 'main' into CURA-11547_linux_self_hosted_runner 2024-06-17 16:25:17 +02:00
Erwan MATHIEU
9a70b07673 Use self-hosted runner for Linux installer 2024-06-17 16:23:02 +02:00
Erwan MATHIEU
35a5abc66d Add check for experimental settings
CURA-10899
2024-06-17 16:02:36 +02:00
Paul Kuiper
262b6f1458 Improve PVA printing reliability. Increase linewidth at first layer, enable prime tower, increase print speed PVA.
PP-429
2024-06-17 15:19:52 +02:00
Erwan MATHIEU
ee227673d1 Fix crash when trying to parse translation files
As some translation files are named with a .def.json.pot extension, they were previously considered for checking as if they were definition files. They are now filtered out.
2024-06-17 14:43:52 +02:00
Erwan MATHIEU
0f805983a2 Fix possible crash of profile name checker 2024-06-17 14:31:50 +02:00
Erwan MATHIEU
639fcca86a Fix possible crash of formulas checker 2024-06-17 13:59:56 +02:00
Paul Kuiper
d8bc2c25a6 Updated build platform for Sketch.
PP-333
2024-06-17 09:06:28 +02:00
Paul Kuiper
b4b0ed99f6 Removed textures and offsets. They were not used.
PP-333
2024-06-14 16:11:52 +02:00
Paul Kuiper
0b07dae686 Updated build platforms
PP-333
2024-06-14 16:11:52 +02:00
Paul Kuiper
5e5fba262f Updated Makerbot to MakerBot
PP-333
2024-06-14 16:11:52 +02:00
Paul Kuiper
77fae9729f Added temporary build platform for the Sketch Large
PP-333
2024-06-14 16:11:52 +02:00
Paul Kuiper
156b68bf55 Printer linter bug fixes def profile Sketch.
PP-333
2024-06-14 16:11:51 +02:00
Paul Kuiper
27897b7ecd Removed PLA and T-PLA from the Method machines (for now).
PP-333
2024-06-14 16:11:51 +02:00
Paul Kuiper
e982fb9db7 Updated Sketch and Sketch Large profiles
PP-333
2024-06-14 16:11:51 +02:00
HellAholic
332cf85264
Merge pull request #19090 from Ultimaker/CURA-11547_linux_self_hosted_runner
Update linux.yml
2024-06-14 08:58:25 +02:00
Erwan MATHIEU
1f1412d8b3 Add settings to customize raft layers adhesion
CURA-11947
2024-06-13 13:40:34 +02:00
Erwan MATHIEU
db3e0bd894 Add setting to customize support first layer
CURA-11947
2024-06-13 13:01:53 +02:00
HellAholic
76ebb6e0f6
Merge pull request #19219 from Ultimaker/CURA-8076_seam_avoid_overhangs
[CURA-8076] Split overhang angle w.r.t. seams off from overhang angle.
2024-06-13 11:40:41 +02:00
HellAholic
49984b620e
Merge branch 'main' into CURA-8076_seam_avoid_overhangs 2024-06-13 11:19:50 +02:00
Erwan MATHIEU
6d1233b48b Add settings to customize raft flow
CURA-11947
2024-06-13 10:47:30 +02:00
Remco Burema
a9350268f0
Merge pull request #19224 from Ultimaker/5.7-merge-to-main
Get last 5.7 fixes
2024-06-12 14:29:06 +02:00
Remco Burema
af267af136 Dependencies: Update incremental, as twisted depends on newer. 2024-06-12 14:06:35 +02:00
HellAholic
b0f5fee933
Merge pull request #19211 from Ultimaker/CURA-11870_update_permissions_on_token_refresh
Only request permissions when token changed
2024-06-12 14:04:47 +02:00
Remco Burema
044cc00c5c Dependencies: Update attrs, as twisted depends on newer. 2024-06-12 13:43:52 +02:00
Erwan MATHIEU
4a8fb601c4 Revert "Bump twisted from 21.2.0 to 23.8.0"
This reverts commit 9ae3c6d4a2f56d38ee7d0267975cdac593f22314.
2024-06-12 13:07:27 +02:00
Erwan MATHIEU
772692250f
Merge branch 'main' into 5.7-merge-to-main 2024-06-12 12:02:35 +02:00
Remco Burema
f7e298db65 Split overhang angle w.r.t. seams off from overhang angle.
part of CURA-8076
2024-06-11 15:12:55 +02:00
Remco Burema
f60e714a59 Split overhang angle w.r.t. seams off from overhang angle.
part of CURA-8076
2024-06-11 15:04:59 +02:00
Erwan MATHIEU
04a1042b62
Merge pull request #19176 from Heinekamp/main
Remove duplicate entry in cura-dark/theme.json
2024-06-11 12:57:46 +02:00
Erwan MATHIEU
110c13b130
Merge branch 'main' into main 2024-06-11 12:56:58 +02:00
HellAholic
65f653f9b4
Merge pull request #19194 from Ultimaker/CURA-10769_automate_release_action
CURA-10769 Automate release action
2024-06-11 11:11:34 +02:00
Erwan MATHIEU
3631b0257c
Merge pull request #17107 from Ultimaker/dependabot/pip/twisted-23.8.0
Bump twisted from 21.2.0 to 23.8.0
2024-06-11 10:36:39 +02:00
Erwan MATHIEU
e9feee2747
Merge branch 'main' into dependabot/pip/twisted-23.8.0 2024-06-11 10:36:26 +02:00
Jaime van Kessel
7f7dbd6b1a
Only request permissions when token changed
Since the permissions can only change with a token, we only need to
check what the permissions at that moment (instead of every 60 seconds)
Fixes CURA-11870
2024-06-10 13:27:20 +02:00
Erwan MATHIEU
dcea73efe6 Use scripts from main branch (PR prep) 2024-06-10 09:18:54 +02:00
Erwan MATHIEU
3d1faf3581 Remove useless branch checkout 2024-06-10 09:13:31 +02:00
Erwan MATHIEU
1f12f776b0 Use scripts from main branch (PR prep) 2024-06-10 09:04:01 +02:00
Erwan MATHIEU
d30e6b9eb0 Use scripts from main branch (PR prep) 2024-06-10 08:42:53 +02:00
Erwan MATHIEU
c55a541107 Remove debug print 2024-06-10 08:32:00 +02:00
Justin F. Hallett
5cfb3dbf7f
Add DraftShift Design Voron2 based StealthChanger profiles 2024-06-07 15:49:09 -06:00
Erwan MATHIEU
91b25a3743 Use action download-artifact@v4 2024-06-07 17:18:50 +02:00
Erwan MATHIEU
9370f15f96 Display contents of directories 2024-06-07 17:18:26 +02:00
Erwan MATHIEU
457d86cbe6 Don't rename artifacts 2024-06-07 17:15:43 +02:00
Erwan MATHIEU
438dd91471 fix syntax 2024-06-07 14:55:01 +02:00
Erwan MATHIEU
7fbe8e91ea Rename installers before sending to release 2024-06-07 14:54:26 +02:00
Erwan MATHIEU
2f16b47522 Set GitHub token to upload artifact 2024-06-07 13:16:41 +02:00
Erwan MATHIEU
c151dfa06c Upload release artifacts manually
The action we use to create the release draft doesn't seem to upload artifacts correctly and doesn't report any error when files are missing, thus we do it manually.
2024-06-07 11:52:55 +02:00