31757 Commits

Author SHA1 Message Date
Jelle Spijker
3f276f08b6
Removed wrongly translated strings
The %1 location marker wasn't translated by Smartling.

Contributes to CURA-10371
2023-04-17 14:15:21 +02:00
Jelle Spijker
26999d5782
Merge branch '5.3' into CURA-10371_translations_for_5_3_1 2023-04-17 14:11:34 +02:00
Jaime van Kessel
b5b6f8197b
Fix the writeStarted emit
When printing via abstract printer, this signal was not correctly emitted
causing the postprocessing script to fail

CURA-10524
2023-04-17 12:47:54 +02:00
Casper Lamboo
1b15eb4a4c
Capitalize UltiMaker
CURA-10371
2023-04-14 15:38:02 +02:00
c.lamboo
f337788ba2 Update translations
CURA-10371
2023-04-14 13:09:43 +02:00
Jelle Spijker
061a09f8b8
Merge branch 'CURA-10376_fix_TM' into 5.3 2023-04-06 14:35:57 +02:00
Jelle Spijker
43f6d89c1c
Merge Smartling translations
Contribute to CURA-10376
2023-04-06 14:24:34 +02:00
Jelle Spijker
01d22d1ad4
Also check on Uranium.pot
Contribute to CURA-10376
2023-04-05 12:35:23 +02:00
Jelle Spijker
1763b9bf9d
filter on relevant cura files
Contribute to CURA-10376
2023-04-04 15:47:56 +02:00
c.lamboo
af4efad1cf Don't capitalize "UltiMaker" for brand names
CURA-10376
2023-04-03 21:46:51 +02:00
c.lamboo
ef09fe640b Fix removing tu elements
CURA-10376
2023-04-03 21:46:24 +02:00
Jelle Spijker
19b3c93a0c
Hand-over
Contribute to CURA-10376
2023-04-03 13:51:03 +02:00
Jelle Spijker
0feda7fe08
Sanitize the fuzzy key string before match
Contribute to CURA-10376
2023-04-03 13:29:05 +02:00
Jelle Spijker
1792f80ac8
Sanitize the string before write
Contribute to CURA-10376
2023-04-03 13:12:23 +02:00
Jelle Spijker
95962b2914
Set fuzz_match_key
Contribute to CURA-10376
2023-04-03 12:42:04 +02:00
Jelle Spijker
f190b0395d
Added script to fix a tmx file with existing po files
Contribute to CURA-10376
2023-04-03 10:54:45 +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