Commit graph

37532 commits

Author SHA1 Message Date
HellAholic
6f30ce102a Clarify: Prevent tooltips from obstructing SettingTextArea
Some checks failed
printer-linter-format / Printer linter auto format (push) Has been cancelled
Added comments and clarified that tooltip signals in SettingTextArea are intentionally not used to avoid tooltips covering the text area during editing. This improves the user experience when working with multiline text fields.
2026-01-17 14:32:57 +01:00
HellAholic
38fa2013b8 Merge branch 'main' into Add_multiline_textArea_for_gcode_post_processing_plugin 2026-01-17 14:26:25 +01:00
Erwan MATHIEU
e04abef986 Do not load intents labels file for unit tests
Some checks failed
conan-package / conan-package (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
2026-01-16 14:26:49 +01:00
HellAholic
fa9b9aa96c
Merge pull request #21259 from Ultimaker/Add-brim_gap-override-to-ultimaker2_plus_connect
Some checks failed
conan-package / conan-package (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
conan-package-resources / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
Add brim_gap override to ultimaker2_plus_connect.def.json
2026-01-15 20:19:46 +01:00
HellAholic
7b598dc586
Merge pull request #21236 from Ultimaker/printer_definition_lint
Printer definition lint
2026-01-15 20:19:23 +01:00
HellAholic
81cece43eb
Merge pull request #20938 from Ultimaker/fix_pp_script_issues
Fix PP script warnings and QML setting warnings when adding/removing scripts in plugin
2026-01-15 20:18:36 +01:00
HellAholic
3510f8f3f9
Merge pull request #20935 from Ultimaker/z_seam_middle_option
Z seam middle option
2026-01-15 20:16:16 +01:00
HellAholic
9e4ba2d8f0 Clarify Z Seam settings descriptions
Expanded descriptions for Z Seam Position, Z Seam X, Z Seam Y, and Z Seam Relative to clarify the impact of the Z Seam Relative setting, especially for the 'Middle' option. This provides users with clearer guidance on how seam placement is determined based on absolute or relative positioning.
2026-01-15 16:44:53 +01:00
Remco Burema
d6693a329b
Merge branch 'main' into Add-brim_gap-override-to-ultimaker2_plus_connect 2026-01-15 14:14:11 +01:00
Remco Burema
45f39036d0
Merge branch 'main' into printer_definition_lint 2026-01-15 14:13:48 +01:00
Remco Burema
8715cd097f
Merge branch 'main' into fix_pp_script_issues 2026-01-15 12:17:40 +01:00
Remco Burema
a86c732b6e
Merge branch 'main' into z_seam_middle_option 2026-01-15 12:17:35 +01:00
HellAholic
bf839f3e13 Refactor SettingTextArea to separate QML file
Moved the custom multiline SettingTextArea component from PostProcessingPlugin.qml to a new reusable SettingTextArea.qml file. Updated the plugin to use the new component, improving modularity and maintainability.
This aligns better with Cura code structure.
2026-01-13 21:18:21 +01:00
HellAholic
d586fddf4b
Change text wrap mode to NoWrap
no wrapping as it will cause issues in gcode context
2026-01-13 21:13:58 +01:00
HellAholic
1508c6160d
Merge pull request #21118 from Ultimaker/NP-250_informational_tooltips-for_right_sidebar
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
conan-package / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
NP-250 Extract translations from intents file
2026-01-13 08:25:54 +01:00
HellAholic
f2312fc971 Add comments and clarify multiline text area logic
Enhanced the PostProcessingPlugin.qml with detailed comments explaining the custom multiline text area component for post-processing script settings. Clarified property usage, signal requirements, height calculations, and key event handling to improve maintainability and prevent QML warnings.
2026-01-12 20:16:51 +01:00
HellAholic
45c61902c7 bump version to 2.3.0
Change to the text area with comment: multiline
2026-01-12 20:11:09 +01:00
HellAholic
7b2e16f9be Add multiline text area support for string settings
Introduces a new SettingTextArea component for string settings with 'multiline' comments, allowing for multi-line input. Updates logic to select the appropriate component and adjusts height calculations for multiline fields. Also ensures custom components receive necessary properties explicitly.
2026-01-12 20:10:40 +01:00
HellAholic
ca163c08d8
Merge branch 'main' into NP-250_informational_tooltips-for_right_sidebar
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
conan-package / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
2026-01-12 15:28:37 +01:00
Erwan MATHIEU
101c153089
Merge pull request #21295 from Ultimaker/CURA-12819_release-enterprise-build
Some checks are pending
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
CURA-12819 Add possibility to build Enterprise RC
2026-01-12 11:35:42 +01:00
Erwan MATHIEU
570f4264f1 Add possibility to build Enterprise RC
CURA-12819
2026-01-12 09:57:33 +01:00
HellAholic
f7bdc51856
Merge pull request #21254 from Ultimaker/PPQ-27-Wall-separation-ungroup-outer-walls
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
PPQ-27 Ungroup outer walls
2026-01-08 14:49:18 +01:00
HellAholic
3d2659f49b
Merge branch 'main' into PPQ-27-Wall-separation-ungroup-outer-walls
Some checks failed
printer-linter-format / Printer linter auto format (push) Has been cancelled
2026-01-08 14:35:27 +01:00
HellAholic
e5818641ce
Merge pull request #21253 from Ultimaker/PP-708-Set-presets-for-skin-support
PP-708-Set-presets-for-skin-support
2026-01-08 14:34:11 +01:00
HellAholic
8bdb75d74d
Merge branch 'main' into PP-708-Set-presets-for-skin-support
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
conan-package / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
2026-01-07 14:07:49 +01:00
HellAholic
cd0d0618b9
Merge pull request #21210 from Ultimaker/PP-703-Visual-profiles-for-more-materials-S8
Some checks failed
conan-package-resources / conan-package (push) Waiting to run
conan-package-resources / signal-curator (push) Blocked by required conditions
printer-linter-format / Printer linter auto format (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
conan-package / conan-package (push) Has been cancelled
PP-703-Visual-profiles-for-more-materials-S8
2026-01-07 14:06:14 +01:00
HellAholic
9998aa18f5
Merge branch 'main' into PP-703-Visual-profiles-for-more-materials-S8 2026-01-07 13:25:27 +01:00
HellAholic
b883267bdf
Merge pull request #21238 from Ultimaker/PP-704-Add-ASA-generic-for-Factor-Line
PP-704 Add ASA Generic for Factor Line
2026-01-07 13:15:36 +01:00
Remco Burema
ecbe54798f Manually cherry-pick a little fix to main. 2026-01-07 13:00:58 +01:00
HellAholic
0e93047669
Revise project file attachment instructions for Cura
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Updated instructions for attaching project files based on Cura versions.
2025-12-27 22:44:29 +01:00
HellAholic
af3874b1aa Apply printer-linter format 2025-12-25 23:59:42 +00:00
HellAholic
5a98d4a61a
Add brim_gap override to ultimaker2_plus_connect.def.json
add formula in use for S line to the UM2+C
Resolves:
https://github.com/Ultimaker/Cura/issues/21258
2025-12-26 00:58:04 +01:00
THeijmans
0a21ccf37f Remove double defined settings to stop printer linter from being judgemental 2025-12-23 15:04:28 +01:00
THeijmans
9208b86a0b Ungroup outer walls 2025-12-23 14:37:52 +01:00
THeijmans
5fb075f5a4 Remove double defined settings 2025-12-23 14:02:21 +01:00
THeijmans
179c48765e PP-708 Set presets for skin support S6/S8 2025-12-23 13:04:19 +01:00
Jelle Spijker
ab96c0872d
CURA-12841 warn users to update their conan config
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
2025-12-21 13:03:11 +01:00
HellAholic
0c6d7d65e4
Merge pull request #21206 from Ultimaker/CURA-12361_add-skin-support
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
conan-package / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
CURA-12361 add skin support
2025-12-19 15:17:04 +01:00
HellAholic
e5508f56f8
Merge pull request #21201 from Ultimaker/SimulationView_display_height_plugin_update
Some checks are pending
conan-package / conan-package (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
Show layer height in Simulation View slider labels
2025-12-19 10:13:00 +01:00
HellAholic
664e42c37e
Merge pull request #21240 from Ultimaker/custom_setting_opacity_for_disabled_extruder
Dim settings when extruder is disabled
2025-12-19 10:10:53 +01:00
HellAholic
47fb49c34b Dim settings when extruder is disabled
Added logic to reduce the opacity of the settings panel when the selected extruder is disabled, providing a clearer visual indication of its inactive state.
2025-12-18 20:06:45 +01:00
THeijmans
2dfbc9a732 PP-704 Add ASA Generic for Factor Line 2025-12-18 13:27:27 +01:00
HellAholic
c8415eb911 Update standby temperature to use resolveOrValue function
Changed the 'material_standby_temperature' value to use resolveOrValue('material_print_temperature') instead of referencing the variable directly. This may improve dynamic resolution of the standby temperature based on the print temperature.
2025-12-18 07:36:09 +01:00
HellAholic
ee19650f08 Update material_standby_temperature value resolution
Changed the value of material_standby_temperature to use resolveOrValue('material_print_temperature') for improved dynamic resolution.
2025-12-18 07:35:58 +01:00
HellAholic
8ee221911e Update material_standby_temperature value resolution
Changed the value of material_standby_temperature to use resolveOrValue('material_print_temperature') for improved parameter resolution in koonovo_kn3.def.json.
2025-12-18 07:35:48 +01:00
HellAholic
e31c044532 Update material_standby_temperature value resolution
Changed the value of 'material_standby_temperature' to use resolveOrValue('material_print_temperature') for improved dynamic resolution.
2025-12-18 07:35:41 +01:00
HellAholic
3090b4cf82 Update standby temperature value resolution in DC30Flux
Changed the 'material_standby_temperature' value to use resolveOrValue('material_print_temperature') for dynamic resolution in deltacomb_dc30flux.def.json.
2025-12-18 07:35:34 +01:00
HellAholic
38264f836c Update material_standby_temperature value expression
Changed the value of material_standby_temperature to use resolveOrValue('material_print_temperature') for improved parameter resolution.
2025-12-18 07:35:26 +01:00
HellAholic
e01645b009 Update material_standby_temperature value expression
Changed the value of material_standby_temperature to use resolveOrValue('material_print_temperature') instead of directly referencing material_print_temperature. This may improve dynamic resolution of the standby temperature setting.
2025-12-18 07:35:19 +01:00
HellAholic
e07f79f01b Update standby temperature to use resolveOrValue
Changed the 'material_standby_temperature' value to use resolveOrValue('material_print_temperature') for improved parameter resolution.
2025-12-18 07:35:11 +01:00