31742 Commits

Author SHA1 Message Date
Jelle Spijker
43f6d89c1c
Merge Smartling translations
Contribute to CURA-10376
2023-04-06 14:24:34 +02:00
Jaime van Kessel
e2d248b0c9
Merge pull request #15007 from Ultimaker/CURA-10451_fix_pause_at_um
[CURA-10451] Pause at height was not working for UM printers.
2023-03-28 10:25:05 +02:00
casperlamboo
06482c1937
Applied printer-linter format
(cherry picked from commit 5037d2f6429989f5ebb4b6ea355da2905f122f47)
2023-03-27 09:21:25 +02:00
c.lamboo
7e8229a976
Fix gcode flavors in profiles
For some printer definitions the `machine_gcode_flavor` was entered incorrectly (the display name was used rather than the flavor-key). Previously in combo boxes the flavour would default to the first key (which is "marlin"). Due to recent changes we will not default anymore to the first option, but instead show nothing. By changing the flavor to the correct key the flavors will show up correctly again.

CURA-10374

(cherry picked from commit 2181bbceb3091ce00e24bdd88e4bdcb395402f9b)
2023-03-27 09:21:25 +02:00
Remco Burema
a5fbb21fa7 Disable hold-steppers option completely for Griffin-flavour.
Users could still set the option first, _then_ switch to Griffin, giving the same problems before the default was switched to false (since the setting is disabled for Griffin flavour anyway).

part of CURA-10451
2023-03-24 20:12:35 +01:00
Remco Burema
47ef9d623e Pause at height was not working for UM printers.
Hold-stepper-motor (and maybe beep) options, newly introduced previously, _and on by default_ (even though it was clear they where not meant for Griffin flavour GCode -- because at least the hold-motor option was not even visible for Griffin) where causing UltiMaker printers with prints that had the pause-at-height script enabled to fail.

should fix internal ticket CURA-10451
2023-03-23 16:21:59 +01:00
c.lamboo
3186f2d0d5 Boyscouting
CURA-10406
2023-03-17 17:30:32 +01:00
Jaime van Kessel
7b84b38a1e Fix lookup for upgraded intents
CURA-10406
2023-03-17 17:30:03 +01:00
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
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
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
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
Remco Burema
04c6f6bbcf Small layer temp: Have (more) sensible warning/limit values.
CURA-10377
2023-03-09 11:34:58 +01:00
Jelle Spijker
95e9919af9
Add workflow to commit translation changes
Contributes to CURA-10376
2023-03-09 09:08:05 +01:00
Jelle Spijker
2cf59073ea
Removed caching between jobs
Contributes to CURA-10376
2023-03-08 13:24:47 +01:00
Jelle Spijker
684da999f6
re-added the bindirs
For some reason the paths aren't found by the py_requires

Contributes to CURA-10376
2023-03-08 13:24:23 +01:00
Jelle Spijker
c36ea10b08
Loop over tags 2023-03-08 11:28:36 +01:00
Jelle Spijker
b4632f67a2
run gettext with force_host_context
Contributes to CURA-10376
2023-03-08 11:05:04 +01:00
Jelle Spijker
73e0fd74b5
fixed version determination on release branch after release 2023-03-08 10:26:46 +01:00
Jelle Spijker
d56edc2d16
Unpinned dependencies for the 5.3.1 development 2023-03-08 09:11:19 +01:00
Jelle Spijker
c7d84dcb6c
Ensured that header has 20 lines
This allows for easy checking if the content is actally changed.
Since it then has the same amount of lines as cura.pot

Contributes to CURA-10376
2023-03-08 09:08:41 +01:00
Jelle Spijker
5845059612
Use the latest gettext conan recipe
Slightly modified to be compatible with our conan version

Contributes to CURA-10376
2023-03-08 08:58:07 +01:00
jspijker
8a73fa8935 Pin 5.3.0 dependencies 5.3.0 2023-03-07 11:55:04 +01:00
jellespijker
5c5deac169 Applied printer-linter format 2023-03-07 10:13:36 +00:00
jspijker
325614907b Partially revert Geeetech PR
The following printers are back to their old behaviour:

- Geeetech A10
- Geeetech A10M
- Geeetech A10T
- Geeetech A20
- Geeetech A20M
- Geeetech A20T
- Geeetech A30

added:
- Geeetech Mizar S (legacy)

Contribute to CURA-10370
2023-03-07 11:12:08 +01:00
MariMakes
216a557527
Update Changelog from Beta period
Include bugfixes and update known issues.
2023-03-07 10:46:47 +01:00
c.lamboo
62812393b0 Fix typos in translations
CURA-10369
2023-03-07 10:29:37 +01:00
nallath
702c317c4c Applied printer-linter format 2023-03-07 08:27:28 +00:00
Jaime van Kessel
2cf1fc6761
Merge pull request #14797 from ckvsoft/5.3
[5.3] Fix VzBot Base definition file
2023-03-07 09:25:28 +01:00
jspijker
d68f454a01 Update pot and po files
Contribute to CURA-10208
2023-03-07 09:02:18 +01:00
jspijker
3077eca978 Emptied translation str which weren't translated
This should ensure that the next time they will be properly translated

Contribute to CURA-10208
2023-03-07 09:00:57 +01:00
jspijker
d36613ecbf Removed wrong translation
Contribute to CURA-10208
2023-03-07 08:25:25 +01:00
jspijker
01eaa63e62 Removed fuzzy from zh_TW
Contribute to CURA-10208
2023-03-07 08:25:07 +01:00
jspijker
5dd576e964 Removed commented out translations
Contribute to CURA-10208
2023-03-07 08:17:10 +01:00
jspijker
cfc467ef7f Removed commented out translations
Contribute to CURA-10208
2023-03-07 08:16:38 +01:00
jspijker
9e3c35377a Removed commented out translations
Contribute to CURA-10208
2023-03-07 08:15:49 +01:00
jspijker
4cfe10514c Removed fuzzy from nl_NL
Contribute to CURA-10208
2023-03-07 08:15:06 +01:00
jspijker
3c8ac9c56b Removed fuzzy from pt_BR
Contribute to CURA-10208
2023-03-07 08:14:54 +01:00
jspijker
15bea381d9 Removed fuzzy from pl_PL
Contribute to CURA-10208
2023-03-07 08:07:04 +01:00
jspijker
5777fa6be9 restored translation from 4.13
Contribute to CURA-10208
2023-03-07 08:00:26 +01:00
jspijker
ea1a6d1a6e capitalize M
Contribute to CURA-10208
2023-03-07 07:57:59 +01:00
jspijker
a9801845f8 removed commented out translations
Contribute to CURA-10208
2023-03-07 07:50:05 +01:00
jspijker
c6fdbb0e62 removed fuzzy translations from fi_FI
Contribute to CURA-10208
2023-03-07 07:48:07 +01:00
jspijker
72e4a12b5d Change german translation for Save Changes
See: https://github.com/Ultimaker/Cura/discussions/14637#discussioncomment-5222453

Contribute to CURA-10208
2023-03-07 07:40:24 +01:00
jspijker
181ffddd17 Removed commented out translations
Contribute to CURA-10208
2023-03-07 07:37:24 +01:00
jspijker
3fcb809bca Removed fuzzy translations from hu_HU
Contribute to CURA-10208
2023-03-07 07:35:38 +01:00
jspijker
2e570ea29c Removed translations for Show Custom
Contribute to CURA-10208
2023-03-07 07:08:08 +01:00