Jaime van Kessel
f6460e23be
Convert to new style type hint annotation
...
Boyscouting
CURA-10406
2023-03-17 17:29:55 +01:00
Jaime van Kessel
4c2037b258
Add missing typing to the container info objects
...
Boyscouting
CURA-10406
2023-03-17 17:29:47 +01:00
Jaime van Kessel
65cf64bd00
Don't upgrade during pre-read
...
This doesn't seem to be needed and it breaks when profiles have been
renamed.
CURA-10406
2023-03-17 17:29:41 +01:00
Jelle Spijker
cdbf52214b
Reimplement workflow cache
2023-03-17 17:25:55 +01:00
Jelle Spijker
8744c9991e
Reimplement workflow cache
2023-03-17 17:20:26 +01:00
c.lamboo
b19b229752
Boyscouting
...
CURA-10406
2023-03-17 17:02:42 +01:00
nallath
7fa489968f
update translations
2023-03-17 15:29:23 +00:00
casperlamboo
01df365d06
Applied printer-linter format
2023-03-17 15:24:30 +00:00
c.lamboo
1023eb8867
Add "smart brim" setting
...
CURA-10032
2023-03-17 16:23:16 +01:00
Jaime van Kessel
14ec6560e4
Fix lookup for upgraded intents
...
CURA-10406
2023-03-17 16:20:11 +01:00
Remco Burema
d1526a4054
Merge pull request #14908 from Ultimaker/CURA-10389_update_qt
...
CURA-10389_update_qt
2023-03-17 14:43:48 +01:00
Remco Burema
169c370ff5
Merge branch 'main' into CURA-10389_update_qt
2023-03-17 14:43:27 +01:00
Jaime van Kessel
1e0fc60008
Merge branch '5.3' of github.com:Ultimaker/Cura
2023-03-17 10:42:36 +01:00
jellespijker
283363ec9a
update translations
2023-03-16 17:19:42 +00:00
Vandresc
84ee66e409
update translations
2023-03-16 17:15:02 +00:00
Jelle Spijker
6e452b06e1
Merge branch 'main' into CURA-10389_update_qt
2023-03-16 18:10:03 +01:00
Vandresc
733a926e05
Update_HoleHorizontalExpansion_CURA-8890
...
Small typo in setting description
2023-03-16 18:05:23 +01:00
c.lamboo
71a0044bf8
Fix extruder number
...
most important change was changing
```
currentIndex: function () {
...
}
```
to
currentIndex: {
...
}
```
This changed the behavior so that the variables inside the code blocked are watched so that `currentIndex` is automatically updated. No longer needed to set the `currentIndex` from any where else anymore.
CURA-10374
2023-03-15 18:18:31 +01:00
casperlamboo
0528e65be6
update translations
2023-03-15 11:59:07 +00:00
Casper Lamboo
0a317005d6
Merge pull request #13785 from Ultimaker/CURA-8890-hole-horizontal-expansion-max-diameter
...
CURA-8890-hole-horizontal-expansion-max-diameter
2023-03-15 12:50:52 +01:00
c.lamboo
61aff1756e
Merge branch 'main' into CURA-8890-hole-horizontal-expansion-max-diameter
...
# Conflicts:
# resources/i18n/cs_CZ/fdmprinter.def.json.po
# resources/i18n/de_DE/fdmprinter.def.json.po
# resources/i18n/es_ES/fdmprinter.def.json.po
# resources/i18n/fdmprinter.def.json.pot
# resources/i18n/fi_FI/fdmprinter.def.json.po
# resources/i18n/fr_FR/fdmprinter.def.json.po
# resources/i18n/hu_HU/fdmprinter.def.json.po
# resources/i18n/it_IT/fdmprinter.def.json.po
# resources/i18n/ja_JP/fdmprinter.def.json.po
# resources/i18n/ko_KR/fdmprinter.def.json.po
# resources/i18n/nl_NL/fdmprinter.def.json.po
# resources/i18n/pl_PL/fdmprinter.def.json.po
# resources/i18n/pt_BR/fdmprinter.def.json.po
# resources/i18n/pt_PT/fdmprinter.def.json.po
# resources/i18n/ru_RU/fdmprinter.def.json.po
# resources/i18n/tr_TR/fdmprinter.def.json.po
# resources/i18n/zh_CN/fdmprinter.def.json.po
# resources/i18n/zh_TW/fdmprinter.def.json.po
2023-03-15 12:50:29 +01:00
Jelle Spijker
5d41604a21
Merge branch '5.3'
2023-03-15 12:45:47 +01:00
Jelle Spijker
dc22a4980c
Merge pull request #14885 from Ultimaker/CURA-10374_fix_combobobobobox
...
Cura 10374 fix combobobobobox
2023-03-15 12:44:55 +01:00
c.lamboo
3edd6bc4c3
Add Hole Horizontal Expansion Max Diameter to expert visibility
...
CURA-8890
2023-03-15 12:01:44 +01:00
casperlamboo
0da0ceaa4e
update translations
2023-03-15 10:57:47 +00:00
c.lamboo
cb8f66b5fd
Update copy
...
CURA-8890
2023-03-15 11:48:37 +01:00
Jelle Spijker
656a12b387
Merge pull request #14792 from Ultimaker/CURA-9826_add-skirt-height
...
CURA-9826_add-skirt-height
2023-03-15 11:17:22 +01:00
Jelle Spijker
905a40dc39
Set height to 1 if skirt gap is 0
...
Contributes to CURA-9826
2023-03-15 11:15:31 +01:00
c.lamboo
84bb820e33
Update copy in pause at height to reflect that the first layer is 0
...
CURA-10391
2023-03-15 10:42:07 +01:00
Jaime van Kessel
884ec911e7
Convert to new style type hint annotation
...
Boyscouting
CURA-10406
2023-03-15 10:30:27 +01:00
Jaime van Kessel
336906deb5
Add missing typing to the container info objects
...
Boyscouting
CURA-10406
2023-03-15 10:28:13 +01:00
Jaime van Kessel
6a9f1f519d
Don't upgrade during pre-read
...
This doesn't seem to be needed and it breaks when profiles have been
renamed.
CURA-10406
2023-03-15 10:23:31 +01:00
Rijk van Manen
8b67c8eb16
Merge branch 'CURA-9826_add-skirt-height' of https://github.com/Ultimaker/Cura into CURA-9826_add-skirt-height
2023-03-15 09:08:46 +01:00
Rijk van Manen
e965788b7b
add skirt height to settings visibility
...
CURA-9826
2023-03-15 09:08:33 +01:00
c.lamboo
37f4271c9b
Fix comboboxes not updating the accosiated value
...
Was introduced by this commit: 788ab7da1b
CURA-10374
2023-03-14 19:28:01 +01:00
c.lamboo
035a609277
Boyscouting
...
CURA-10374
2023-03-14 19:27:57 +01:00
jellespijker
8d13e79f31
update translations
2023-03-14 17:27:58 +00:00
Jelle Spijker
f22d25e6e6
Merge branch 'main' into CURA-9826_add-skirt-height
2023-03-14 18:17:53 +01:00
Jaime van Kessel
e099304fce
Merge branch 'patch-1' of github.com:asteroids1975/Cura
...
CURA-10400
2023-03-14 12:51:09 +01:00
hyu7000
6866249429
Update cremaker_common.def.json
2023-03-14 09:19:44 +09:00
jellespijker
7356acc2ee
update translations
2023-03-13 11:03:09 +00:00
Jelle Spijker
1eda386448
Merge branch 'main' into CURA-8890-hole-horizontal-expansion-max-diameter
2023-03-13 11:54:21 +01:00
Jelle Spijker
41ca02737e
Merge pull request #14213 from Ultimaker/CURA-10127-dont-allow-minimum-speed-to-be-zero
...
dont allow minimum speed of zero
2023-03-13 11:51:17 +01:00
Jelle Spijker
97f98c9e8a
Merge branch 'main' into CURA-10127-dont-allow-minimum-speed-to-be-zero
2023-03-13 11:51:09 +01:00
Jelle Spijker
ac62608e73
Revert "Upload CCI packages"
...
This reverts commit 945ca5e55cfc516708cc5287511a928a3ab5f5b4.
2023-03-13 11:50:02 +01:00
Jelle Spijker
58b88a2ab4
Merge remote-tracking branch 'origin/main' into CURA-10127-dont-allow-minimum-speed-to-be-zero
2023-03-13 11:26:25 +01:00
Jelle Spijker
945ca5e55c
Upload CCI packages
2023-03-13 08:51:05 +01:00
Jelle Spijker
14cf529b0f
Update PyQt6 to use 6.4.2
...
This also requires us to update NetworkAuth and sip
2023-03-13 08:30:14 +01:00
Casper Lamboo
476b3e4944
Remove superfluous string quotes
2023-03-10 14:36:57 +01:00
Jelle Spijker
4f892a8858
One of us... One of us...
2023-03-10 09:17:46 +01:00