Commit graph

16382 commits

Author SHA1 Message Date
HellAholic
05e8b4283b Set conan package version 5.10.0 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
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
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
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
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
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
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
Erwan MATHIEU
397fc2b161
Add missing 5.9.1. changelog 2025-03-10 15:23:14 +01:00
MariMakes
9c18763f69 Update Changelog for Cura 5.10 Beta
Update Changelog for Cura 5.10 Beta
Contributes to CURA-12428
2025-03-10 13:46:27 +01:00
HellAholic
d2cd3df88d
Merge branch '5.10' into PP-592-Fix-issues-from-beta-test 2025-03-10 10:38:35 +01:00
Frederic98
41cd893e09 PP-592 2025-03-07 16:51:52 +01:00
HellAholic
5d2856c195 backleft can stay 2025-03-07 16:32:15 +01:00
HellAholic
78e62635dd Remove redundant overrides
This will unlock the z seam x and z seam y, otherwise the z seam would not update from x 150 and y 180 position
2025-03-07 16:03:07 +01:00
HellAholic
36b5a40563
Merge pull request #20345 from Ultimaker/CURA-12442_no_slow_on_scroll
[CURA-12442] Same cache as other setting-lists to reduce slowness on scroll.
2025-03-05 12:45:29 +01:00
HellAholic
b9d9e93e93
Merge pull request #20346 from Ultimaker/CURA-12443_units_updater
[CURA-12443] Fix value-units can now change visually/immediately on printer switch.
2025-03-05 12:09:22 +01:00
HellAholic
b25ad27599
Merge pull request #20342 from Ultimaker/CURA-12433_minimum-layer-without-overhang
CURA-12433 minimum layer without overhang
2025-03-05 11:53:32 +01:00
HellAholic
27d0b9a250
Merge pull request #20344 from Ultimaker/CURA-12441_wide_margin
[CURA-12441] Margin wasn't wide enough to see that it's a tree.
2025-03-05 11:47:29 +01:00
Remco Burema
6a4890ecd7
nocase -> camelCase
done as part of CURA-12443

Co-authored-by: Erwan MATHIEU <erwan.mathieu@ultimaker.com>
2025-03-05 09:10:52 +01:00
HellAholic
7727590fb8
Merge branch '5.10' into CURA-12433_minimum-layer-without-overhang 2025-03-05 09:06:38 +01:00
HellAholic
ab968b4114
Merge branch '5.10' into PP-580-Improve-self-support 2025-03-05 09:00:11 +01:00
Remco Burema
cf419c3025 Fix value-units can now change visually/immediately on printer switch.
CURA-12443
2025-03-04 16:08:50 +01:00
Remco Burema
cb0d69d9f2 Same cache as other setting-lists to reduce slowness on scroll.
This does incur a cost on the first load of the list though.

CURA-12442
2025-03-04 15:03:59 +01:00
Remco Burema
c21ddd99ce Margin wasn't wide enough to see that it's a tree.
CURA-12441
2025-03-04 14:54:12 +01:00
Erwan MATHIEU
857d26307d Hide setting from expert set
CURA-12433
Those settings highly depend on wall_overhang_angle, which is not visible in expert, so they should also not be visible
2025-03-03 15:41:07 +01:00
Erwan MATHIEU
8722fb5e6f Move settings to experimental
CURA-12433
Those settings highly depend on wall_overhang_angle, which is an experimental setting, so they should also be experimental
2025-03-03 15:40:30 +01:00
Erwan MATHIEU
bf1ccd772b Do not display settings that are useless when overhang is "disabled"
CURA-12433
2025-03-03 15:34:49 +01:00
h1data
0608ec5cf6
Merge branch '5.10' into 5.10 2025-03-02 14:34:42 +09:00
h1data
361af17212 Updated ja translation for 5.10 2025-03-02 13:53:29 +09:00
Paul Kuiper
f2098b570f Moved flooring settings from ultimaker.def.json to the S8 only to reduce risk. Added support_wall_count is 2 (forgot this in the original commit).
PP-580
2025-02-28 10:28:01 +01:00
HellAholic
ec4a19c0e4
Merge branch '5.10' into PP-580-Improve-self-support 2025-02-28 09:31:43 +01:00
Paul Kuiper
8aacf63f4a Improved self-support settings for the S8. Better release due to the horizontal expansion. More robustness due to brims, and larger build plate trunks and avoid travel over support. Faster printing due to higher support speeds and less tree branches.Improved part strength due to higher infill flow rates. Added 1 flooring layer to all Ultimaker machines to improve bottom part quality. Small bug fixes to the sketch/replicator profiles. Updated settings version def files.
PP-580
PP-581
2025-02-27 11:50:57 +01:00
Remco Burema
64cdb31252 Due to collapsing pop-ups on scrollbar change fix, textfields also lost focus.
CURA-12254
2025-02-26 17:06:27 +01:00
Remco Burema
667a27e2d2 change setting-version for base definitions as well (5.9 -> 5.10)
part of CURA-12359
2025-02-26 16:49:50 +01:00
HellAholic
5de614590c
Merge pull request #20313 from Ultimaker/lokalise-2025-02-25_15-35-19
Lokalise: Translations update
2025-02-26 12:48:40 +01:00
HellAholic
05a5f73167
Merge branch '5.10' into CURA-12359_write-upgrade-script-for-Cura-5.10 2025-02-26 11:09:06 +01:00