Commit graph

34789 commits

Author SHA1 Message Date
Jelle Spijker
7dbfebdfe2
Merge pull request #16919 from Ultimaker/CURA-11063_Changleog_Cura5.5
Updates for the Cura 5.5 Beta
2023-10-10 10:34:17 +02:00
Jelle Spijker
c006913a04
Apply suggestions from code review 2023-10-10 10:33:54 +02:00
Remco Burema
a4259c9f0f Upgrade SDK to 8.5.0 (corresponds to Cura 5.5.x). 2023-10-10 10:23:37 +02:00
Jelle Spijker
b29b5138f0
fix typo
Co-authored-by: fieldOfView <aldo@fieldofview.com>
2023-10-10 07:27:39 +02:00
jellespijker
24a0ba3974 Update PyQt6 dependencies to latest versions
PyQt6 and PyQt6-sip along with their dependencies are updated to newer versions (6.5.2 and 13.5.2) in both requirements.txt and Uranium/requirements.txt. This is to ensure the application uses the latest and most secure versions of the libraries, potentially improving application performance and security. These updates also ensure compatibility with current and upcoming features and bug fixes.

Contributes to CURA-11137
2023-10-10 05:20:19 +02:00
Federico Rapetti
2fb3b44c7f
Merge remote-tracking branch 'origin/mastercaution/elegoo_neptune_4_series' into definitions/neptune4pro 2023-10-09 22:00:59 +02:00
Casper Lamboo
b1ffbfdcb2
Merge pull request #16920 from Ultimaker/CURA-11130-profile-updates
Profile improvements
2023-10-09 17:55:36 +02:00
Paul Kuiper
62a653ff64 - Added extra quick intent profiles for 0.3 and 0.4mm mode
- Visual intent outerwall speed has been reduced
- Retract settings of AA0.8 have been tuned
2023-10-09 17:07:45 +02:00
Paul Kuiper
d6897e59c5 - Added extra quick intent profiles for 0.3 and 0.4mm mode 2023-10-09 17:07:41 +02:00
c.lamboo
c2f0a3cbdd Revert "- Added extra quick intent profiles for 0.3 and 0.4mm mode"
This reverts commit dc7cd8f8c5.
2023-10-09 17:07:07 +02:00
c.lamboo
3ad13f437f Revert "- Added extra quick intent profiles for 0.3 and 0.4mm mode"
This reverts commit 0aec51f7de.
2023-10-09 17:07:04 +02:00
Paul Kuiper
0aec51f7de - Added extra quick intent profiles for 0.3 and 0.4mm mode
- Visual intent outerwall speed has been reduced
- Retract settings of AA0.8 have been tuned
2023-10-09 17:02:33 +02:00
Paul Kuiper
dc7cd8f8c5 - Added extra quick intent profiles for 0.3 and 0.4mm mode 2023-10-09 17:01:35 +02:00
MariMakes
16386b722a Update for 5.5
These changes were missing.
2023-10-09 14:31:37 +02:00
c.lamboo
61d67f108d Merge branch '5.5' into CURA-10994_translations_v5p5 2023-10-09 11:31:52 +02:00
Jelle Spijker
dcd01db7c4
Merge branch '5.5' 2023-10-09 11:14:56 +02:00
Christopher Peredy
ae50a047f5 EN4 Remove ineffective default values
The test `test_validateOverridingDefaultValue` pointed out that some
default values are ineffective. This commit removes these default
values.
2023-10-09 02:49:01 +02:00
Federico Rapetti
2d3219f168
Merge remote-tracking branch 'origin/mastercaution/elegoo_neptune_4_series' into definitions/neptune4pro 2023-10-08 23:49:58 +02:00
Dim1triy
5a7f5b03f0
Merge branch 'main' into add-creality-ender-3-V3-SE 2023-10-07 20:23:17 +03:00
MariMakes
d33f6fcf6e Update Changelog for Cura 5.5
First version
2023-10-06 17:10:26 +02:00
Casper Lamboo
5c171743fe
Merge pull request #16899 from Ultimaker/CURA-11131_rename_default_intent_to_balanced
Rename "Default" intent to "Balanced"
2023-10-06 13:01:44 +02:00
Remco Burema
213f0c8cdd
Merge pull request #16892 from Ultimaker/CURA-11110-top-surface-inner-outer-wall-config
Top surface inner outer wall config
2023-10-06 12:43:48 +02:00
c.lamboo
98f0f9819d Remove superfluous comma from balanced description
CURA-11131
2023-10-06 12:19:44 +02:00
c.lamboo
ec1cd6b192 Add description to balanced intent
CURA-11131
2023-10-06 12:16:22 +02:00
Saumya Jain
5c87cc7d26
Merge pull request #16898 from Ultimaker/PPM-profile-updates-petg-abs
Restored PETG and ABS profiles.
2023-10-06 11:32:01 +02:00
Jaime van Kessel
82c4a10c1d
Rename "Default" intent to "Balanced"
CURA-11131
2023-10-06 11:03:49 +02:00
Saumya Jain
1bdff0f724
Merge branch '5.5' into PPM-profile-updates-petg-abs 2023-10-06 10:35:22 +02:00
saumyaj3
d66be6d745 Applied printer-linter format 2023-10-06 08:33:50 +00:00
Paul Kuiper
41562f55b2 Restored PETG and ABS profiles. Lowered outerwall speed to 30mm/s. Reduced gradual flow for PETG and ABS. Added extra parameter to reduce inner wall speeds on top surface. 2023-10-06 10:26:58 +02:00
Erwan MATHIEU
9445f70d98 Fix wrong French translation 2023-10-06 10:22:01 +02:00
Remco Burema
eda56fd7d7 Delete accidentally added files.
These files should only be in the backend (Uranium), and shouldn't have been added here.

done as part of CURA-10994
2023-10-05 16:34:48 +02:00
Remco Burema
c378be22b7 Correct for pluralize/rename typo'd filename in backend.
done as part of CURA-10994
2023-10-05 16:15:07 +02:00
Remco Burema
1e5f1d3fa5 Make it possible to have translated 'appended' settings.
Just translate them locally. See the backend (Uranium) implementation for this for more details.

done as part of CURA-10994
2023-10-05 16:07:12 +02:00
Casper Lamboo
8ea04f018b
Merge pull request #16845 from Ultimaker/CURA-10967_support-type-with-support-material
CURA-10967
2023-10-05 14:27:04 +02:00
casperlamboo
81fbd25207 Applied printer-linter format 2023-10-05 10:45:55 +00:00
c.lamboo
2813ecc48d Add inner/outer walls roofing configuration settings
CURA-11110
2023-10-05 12:44:49 +02:00
Saumya Jain
ee2c582320
Merge branch '5.5' into CURA-10967_support-type-with-support-material 2023-10-05 11:53:08 +02:00
saumya.jain
ebf58aa972 propertyvalue update was not successful because of _remove_unused_value in propertyProvider
CURA-10967
2023-10-05 11:42:28 +02:00
Casper Lamboo
2a8a4ad301
Merge pull request #16884 from Ultimaker/CURA-11048-unclear-support-type
Cura 11048 unclear support type
2023-10-05 09:46:56 +02:00
Saumya Jain
51bc2a8c63
Merge branch '5.5' into CURA-10967_support-type-with-support-material 2023-10-05 09:23:32 +02:00
Remco Burema
18659935ff Merge branch '5.5' into CURA-10994_translations_v5p5 2023-10-05 08:38:03 +02:00
Christopher Peredy
59c585643c EN4 Fix directory names for clang-tidy 2023-10-05 02:12:34 +02:00
Christopher Peredy
05facee620 EN4 Remove redundancies in definition 2023-10-05 01:46:00 +02:00
Federico Rapetti
1d0784f441
Merge remote-tracking branch 'origin/mastercaution/elegoo_neptune_4_series' into definitions/neptune4pro 2023-10-05 00:04:38 +02:00
Federico Rapetti
39a3a73db4
Revert old definitions 2023-10-05 00:03:50 +02:00
Remco Burema
1433c38374
Merge pull request #16805 from GregValiant/LimitXYAccelJerk
Update LimitXYAccelJerk
2023-10-04 13:50:09 +02:00
Remco Burema
cd73befc06
Merge pull request #15883 from GregValiant/PostProcPlugin
Update PostProcessingPlugin.py
2023-10-04 13:41:16 +02:00
Casper Lamboo
8c7e58da6e
Merge pull request #14520 from Ultimaker/CURA-10254-disable-interface-extruders
disable interface extruder if no interface is enabled
2023-10-04 13:35:35 +02:00
c.lamboo
75e2156290 Merge branch '5.5' into CURA-10254-disable-interface-extruders
# Conflicts:
#	resources/definitions/fdmprinter.def.json
2023-10-04 13:31:41 +02:00
Casper Lamboo
4957f87f29
Merge pull request #14928 from cgobat/bugfix/raw-regex-str
Fix non-raw RegEx pattern string
2023-10-04 13:22:32 +02:00