HellAholic
0bee559626
Merge pull request #20389 from Ultimaker/CURA-12458_security-fixes-that-came-in-via-the-inbox
...
CURA-12458 security fixes that came in via the inbox
2025-03-19 15:27:50 +01:00
Remco Burema
ce4c18a60c
This name wasn't the same as in the complete settings list.
...
Even worse, support type there already means something else. Done in main for supposedly 5.11 instead of 5.10 since the translations might not work since they have a different context/label here.
resolution of CURA-12485
2025-03-19 11:40:21 +01:00
HellAholic
65e3a3666e
Apply printer-linter format
2025-03-19 10:29:28 +00:00
HellAholic
e1baa171c3
capitalization
2025-03-19 11:28:03 +01:00
HellAholic
79dfb7bd23
Merge branch '5.10' into CURA-12458_security-fixes-that-came-in-via-the-inbox
2025-03-19 11:11:31 +01:00
Erwan MATHIEU
2bfb2fd6ad
Merge remote-tracking branch 'origin/5.10'
2025-03-19 10:14:09 +01:00
Remco Burema
3fbfca48d8
Fix fallback setting error.
2025-03-18 16:14:50 +01:00
Erwan MATHIEU
b8358a81e9
Merge branch '5.10' into CURA-12439_unable-to-resize-columns
2025-03-18 14:13:00 +01:00
Erwan MATHIEU
3348c29278
Apply review suggestions
...
CURA-12439
2025-03-18 14:12:34 +01:00
HellAholic
2f2b6a03ab
Merge pull request #20368 from Ultimaker/purgelineMinZ_and_fix
...
Purgeline min z and fix
2025-03-17 17:58:45 +01:00
HellAholic
05e8b4283b
Set conan package version 5.10.0
5.10.0-RC1
2025-03-17 16:37:46 +00:00
HellAholic
b665e46814
Merge pull request #20403 from Ultimaker/PP-593_mark_PACF_CC04_experimental
...
[PP-593] Mark Nylon CF Slide as experimental on CC 0.4 cores
2025-03-17 17:35:20 +01:00
HellAholic
26b1fb55db
Merge pull request #20386 from Ultimaker/CURA-12466_Experimental_setting_visibility
...
Cura 12466 experimental setting visibility
2025-03-17 17:21:00 +01:00
HellAholic
b363752f55
Merge pull request #20402 from Ultimaker/PP-595-Cura-5.10-stable-update
...
PP-595 Cura 5.10 stable profile updates
2025-03-17 17:15:53 +01:00
Paul Kuiper
24c749c64b
Reduce the warning limits such that they do not overlap the max limits.
...
PP-595
2025-03-17 17:08:15 +01:00
Frederic Meeuwissen
09c49126a8
[PP-593] Mark Nylon CF Slide as experimental on CC 0.4 cores
2025-03-17 16:42:54 +01:00
HellAholic
7204cdfa96
Revert onTextChange
2025-03-17 16:35:18 +01:00
Erwan MATHIEU
3b5432912c
Standardize QML code
...
CURA-12466
2025-03-17 16:22:11 +01:00
HellAholic
e8b1677a56
Merge pull request #20401 from Ultimaker/CURA-12472_bottom-surface-settings-visible-when-active
...
CURA-12472 bottom surface settings visible when active
2025-03-17 15:52:34 +01:00
Paul Kuiper
d1b0a59565
Update S8 profiles:
...
- Adjust warning levels to reflect the new motion limits
- Enable floor layers (0 to 1) to improve bottom quality
- Use normal prime tower (iso interleaving) for improved robustness
- Increase skirt/brim length to ensure a good start of extrusion
- Increase support line width from 0.4mm to 0.5mm for sturdier tree supports
- Reduce support speed to wall_speed to improve tree support robustness
PP-595
2025-03-17 15:19:59 +01:00
Erwan MATHIEU
7a2cb6480c
Enable roofing settings when roofing is actually active
...
CURA-12472
2025-03-17 14:52:51 +01:00
Erwan MATHIEU
5a9b776d2b
Enable flooring settings when flooring is actually active
...
CURA-12472
2025-03-17 14:48:45 +01:00
HellAholic
e18e0649d6
Merge branch '5.10' into purgelineMinZ_and_fix
2025-03-16 12:02:18 +01:00
HellAholic
b549542f18
lint
2025-03-15 22:31:25 +01:00
HellAholic
6567017512
set QtQuick and QtQuick.Controls to 2.15
2025-03-15 22:25:23 +01:00
HellAholic
858ffee545
Merge branch '5.10' into CURA-12466_Experimental_setting_visibility
2025-03-15 22:10:26 +01:00
HellAholic
0e5f282238
Replace for loop with map() and remove redundant else
...
- map().join is a better fit that replaces the for loop and a if/else since there is no complex logic involved.
- there is a return inside the if statement for requires.length ===0, so no need for else statement as the code execution stops with return
2025-03-15 22:07:57 +01:00
HellAholic
368094bb5f
Merge pull request #20377 from Ultimaker/CURA-12403_project-names-revert-to-previous-name
...
CURA-12403 Project names revert to previous name
2025-03-14 16:12:37 +01:00
Erwan MATHIEU
67d4afb97e
Use HSTS for local OAuth2 callback server
...
CURA-12458
This prevents possible man-in-the-middle attacks from within the user PC. Not very likely, but still a good practice.
2025-03-14 12:00:24 +01:00
Erwan MATHIEU
90115808ee
Use yaml.safe_load instead of yaml.load
...
CURA-12548
Note that this is not technically required, because external contributors can change it anyway. However, making this change will silent a security warning raised by an automatic analysis tool, and it doesn't hurt.
2025-03-14 11:38:45 +01:00
HellAholic
e1430c76fd
fix indent
2025-03-13 22:35:05 +01:00
HellAholic
48b449b32e
Rewrite experiment
...
- Removed the version 2.x
- Rewrite onTextChanged -> add logic to not execute if text is unchanged
- Rewrite currentIndex & onActivated -> use findIndex instead of for loop
- Add reuseItems: true -> recycle items instead of instantiating from the delegate
- Remove cacheBuffer -> memory overhead (2GB for the entire list to load in one go)
- Rewrite delegate -> wrap loader as a component (based on documentation), remove switch case and replace with condition check, set asynchronous to false (introduces a bit of stutter but items are loaded when viewed).
2025-03-13 22:32:10 +01:00
Erwan MATHIEU
85eb90afbf
Improve TableView manual column resizing
...
CURA-12439
2025-03-13 15:10:29 +01:00
Erwan MATHIEU
c4dd7b304b
Fix wrongly switching project name
...
CURA-12403
2025-03-12 12:03:20 +01:00
HellAholic
da9bcd0239
Merge pull request #20370 from Ultimaker/CURA-12428_Changelog510
...
CURA-12428_Update Changelog
5.10.0-beta.1-RC8
5.10.0-beta.1
2025-03-10 17:24:48 +01:00
HellAholic
df855c48ae
Merge branch '5.10' into CURA-12428_Changelog510
2025-03-10 17:24:35 +01:00
HellAholic
7b23511e32
update preview change
...
Not limited to infill, also includes helpers and shell
2025-03-10 17:23:59 +01:00
MariMakes
9be6cee8cd
Mention last minute bug fixes
...
Mention last minute bug fixes
2025-03-10 17:04:25 +01:00
Mariska
782bfd01c5
Update MacOSx to MaxOS
...
Update MacOSx to MaxOS
Co-authored-by: HellAholic <alireza.doustdar@gmail.com>
2025-03-10 16:59:03 +01:00
Mariska
7440af206e
Apply suggestions from code review
...
Minor clarifications
Co-authored-by: HellAholic <alireza.doustdar@gmail.com>
2025-03-10 16:58:11 +01:00
HellAholic
3227f68611
Merge pull request #20372 from Ultimaker/CURA-12272_fnfill-visible-in-preview-layer-but-disabled
...
Fix visibility settings not being applied for lower layers
2025-03-10 16:13:53 +01:00
Erwan MATHIEU
bc8ee22681
Merge branch '5.10' into CURA-12428_Changelog510
2025-03-10 16:00:56 +01:00
Erwan MATHIEU
69eb50eb6a
Minor adjustments
2025-03-10 15:58:33 +01:00
HellAholic
d8b9b7e441
Merge pull request #20371 from Ultimaker/CURA-12453_fix-auto-arrange-overlapping-models
...
CURA-12453 fix auto arrange overlapping models
2025-03-10 15:51:58 +01:00
Erwan MATHIEU
397fc2b161
Add missing 5.9.1. changelog
2025-03-10 15:23:14 +01:00
HellAholic
042b455316
Merge branch '5.10' into CURA-12453_fix-auto-arrange-overlapping-models
2025-03-10 15:20:27 +01:00
HellAholic
650e7994cc
Merge pull request #20352 from Ultimaker/CURA-12169_fix-autoarrange-for-disallowed-areas
...
CURA-12169 fix autoarrange for disallowed areas
2025-03-10 15:20:07 +01:00
HellAholic
02a6da914b
Merge branch '5.10' into CURA-12169_fix-autoarrange-for-disallowed-areas
2025-03-10 15:18:11 +01:00
Erwan MATHIEU
a6ee53c944
Fix visibility settings not being applied for lower layers
...
CURA-12272
2025-03-10 14:55:46 +01:00
Erwan MATHIEU
a4a35ba485
Fix overlapping objects after auto-arrange
...
CURA-12453
* Use DONT_ALIGN alignment, otherwise all the transforms get re-centered, including the ones of the fixed objects
* Remove DONT_ALIGN strategy for starting point, which is a non-handled case in the inner library
2025-03-10 13:46:31 +01:00