Commit graph

26845 commits

Author SHA1 Message Date
Ghostkeeper
cc7953c751
Fix spelling
Contributes to issue CURA-8876.
2022-01-11 10:03:43 +01:00
fvrmr
71ba6615c5 Update change_log.txt
Updated changelog, added bug fixes and video link
2022-01-10 16:55:32 +01:00
Ghostkeeper
d966fe4811
Re-enable Czech translations
These translations are complete again.

Contributes to issue CURA-8753.
2022-01-10 15:07:23 +01:00
Ghostkeeper
7157389c53
Add missing msgstr
Contributes to issue CURA-8753.
2022-01-10 14:27:14 +01:00
Ghostkeeper
1e74afb56d
Merge branch '4.13_translations' into 4.13 2022-01-10 14:21:43 +01:00
Ghostkeeper
b0edbea297
Fix small mistakes found during post-check
Contributes to issue CURA-8753.
2022-01-10 14:18:56 +01:00
Ghostkeeper
e382a4cfb4
Corrections to Chinese
Contributes to issue CURA-8753.

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-01-10 14:17:46 +01:00
Ghostkeeper
b313144188
Merge branch 'Sekisback-4.13' into 4.13_translations
Conflicts:
	resources/i18n/de_DE/fdmprinter.def.json.po -> Improved translations while the translation bureau made new translations.
	resources/i18n/pt_BR/cura.po -> For some reason it had a conflict with the last-changed date here. Not sure why but I reverted any changes to this file.
2022-01-10 12:48:55 +01:00
Ghostkeeper
47b0171805
Merge branch '4.13' of https://github.com/Sekisback/Cura into Sekisback-4.13 2022-01-10 12:41:47 +01:00
Casper Lamboo
7d544383b1
Merge pull request #11087 from sustmi/czech-translations-v4.13
Add Czech translations for v4.13
2022-01-10 12:41:02 +01:00
Ghostkeeper
7f4dea7cb3
Merge branch '4.13' of https://github.com/Patola/Cura into Patola-4.13 2022-01-10 12:33:49 +01:00
Ghostkeeper
4f5b92c0f3
Correct project version
This is for Cura 4.13.

Contributes to issue CURA-8753.
2022-01-10 12:32:59 +01:00
Ghostkeeper
fc2f0d32ee
Merge branch '4.13' of https://github.com/Patola/Cura into Patola-4.13 2022-01-10 12:31:11 +01:00
Ghostkeeper
bdb0f9fc4e
Fix mistakes found by PoEdit
Contributes to issue CURA-8753.
2022-01-10 12:25:17 +01:00
casper
3a6b3680f9 Fix translation errors
These were found when inspecting the `.po` files using poedit.

CURA-8753
2022-01-10 12:21:41 +01:00
Ghostkeeper
6edcdddd22
Fix plural cases for translations imported from Smartling
Our import script still doesn't handle these well. But it was quite easy to fix this time since the translations were indeed present.

Contributes to issue CURA-8753.
2022-01-10 11:27:44 +01:00
Ghostkeeper
e8a6e868fd
Add traditional Chinese translations
These are the translations we received by e-mail from the translator.

Contributes to issue CURA-8753.
2022-01-10 11:10:16 +01:00
casper
d70dc98bba Update translations
These are the translations we got from lion bridge

CURA-8753
2022-01-10 10:45:04 +01:00
casper
20ffa7b23f Update Portuguese translations
Update translation errors indicated by a reseller.
2022-01-10 10:29:57 +01:00
Jaime van Kessel
25ec588754
Add max value to max_retraction_count
CURA-8861
Fixes #11132
2022-01-07 16:52:22 +01:00
Casper Lamboo
b7357d054b
Merge pull request #11193 from Ultimaker/CURA-8760_Crash_when_installing_plugins
Ensure that stored log lines are sent to sentry if they haven't already been logged
2022-01-04 15:56:48 +01:00
Cláudio 'Patola' Sampaio
ad521ff5a7 Updated strings for pt_BR 2022-01-04 07:57:03 +01:00
Jaime van Kessel
3bfea5b970 Ensure that stored log lines are sent to sentry if they haven't already been logged
CURA-8760
2022-01-03 14:10:36 +01:00
Ghostkeeper
e6830f0241
Merge branch 'PP-95_reduce-top/bottom-speed-for-TPU' into 4.13 2021-12-31 15:01:12 +01:00
Rijk van Manen
19821d8d68 increase linewidth to machine nozzle size
0.3 profiles benefit from larger line width. PP-99
2021-12-23 14:48:31 +01:00
SekIsBack
2f6937d306 Fixed some German translations 2021-12-20 16:26:02 +00:00
Rijk van Manen
a8fbba3c25 reduce top/bottom speed by 80%
The top/bottom speed is reduced by 80% to allow for better cooling of the top layers. This reduces pillowing. The line width is increased by 80% to maintain the flow equalization. PP-95
2021-12-20 12:10:55 +01:00
Miroslav Šustek
aad55bebfc
Fix typo in resources/i18n/cs_CZ/fdmprinter.def.json.po
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-12-20 11:05:17 +01:00
Jaime van Kessel
306db978d9
Merge pull request #11086 from Ultimaker/CURA-8781
Update change_log
2021-12-20 09:36:08 +01:00
Miroslav Sustek
26685520ca Add Czech translations for v4.13 2021-12-17 21:29:27 +01:00
fvrmr
ed2fee8319 Update change_log
Update the change log 4.13 beta
2021-12-17 16:50:56 +01:00
Ghostkeeper
82ccfa7dc3
Move What's New pages to cura-binary-data
These images are binary data, usually quite big and change often. We don't want to make the Git checkout unnecessarily huge with this. We'll put those properly in cura-binary-data.
The HTML files are not really binary, but they belong together so it's easy to administer them if they are in the same repository.
2021-12-17 12:44:21 +01:00
Remco Burema
0e3524cddb
Reintroduce hack for waiting state in monitor.
Some printers don't send the correct state it seems, so we have to have this hack back.

CURA-8764
2021-12-17 11:50:45 +01:00
Jaime van Kessel
a90d052f58
Merge pull request #11083 from Ultimaker/CURA-8757
Update material sync link
2021-12-17 10:28:46 +01:00
fvrmr
6962ecdf01 Update material sync link
Changed link how to load material profiles via usb
2021-12-17 10:24:18 +01:00
Ghostkeeper
5a9bafe453
Update SDK version to 7.9.0
This is going to be the new SDK version for Cura 4.13.
2021-12-16 17:15:59 +01:00
Jaime van Kessel
998ba3631c Add missing format to error log 2021-12-15 12:03:55 +01:00
Ghostkeeper
2abfad55e0
Remove tree support from draft intent profiles
It is a global setting, so it can't currently be changed with an intent profile.
A resolve function would resolve this. But which function that should be is to be decided.

Contributes to issue CURA-8746.
2021-12-13 10:17:54 +01:00
Ghostkeeper
ca9c1111ff
Update version number in header files
We're currently translating for Cura 4.13, not 4.12.

Contributes to issue CURA-8753.
2021-12-10 16:15:34 +01:00
casper
6860c29923 Update PO files
CURA-8753
2021-12-10 12:24:01 +01:00
casper
9e1e995cff Update translations template
CURA-8753
2021-12-10 12:12:29 +01:00
Casper Lamboo
68e60f74ff
Merge pull request #11045 from Ultimaker/PP-86-Avoid-overextrusion-for-100%-density
reduce flow for 100% density parts
2021-12-10 10:58:16 +01:00
Ghostkeeper
cc7c4b41a9
Merge branch 'PP-50_0.3mm_layer_height_print_profiles' 2021-12-10 10:37:17 +01:00
Ghostkeeper
1ca5290d71
Remove comments from profiles
Our FastConfigParser doesn't deal with these safely. It's best to disallow comments altogether. They affect the line afterwards.

Contributes to issue CURA-8746.
2021-12-10 10:25:06 +01:00
Jaime van Kessel
fe8a3fc61d Prevent crash when setting non default intent category 2021-12-10 09:51:09 +01:00
Ghostkeeper
f456c1a885
Merge branch 'master' of github.com:Ultimaker/Cura 2021-12-09 17:37:23 +01:00
Ghostkeeper
7a3d12d2cf
Merge branch 'master' of https://github.com/mlapkin/Cura into mlapkin-master 2021-12-09 17:35:20 +01:00
Rijk van Manen
850a9d43c2 roofing is causing a lot of travels
This needs to be enabled after the bug causing travels is fixed. (PP-86)
2021-12-09 13:51:52 +01:00
p.kuiper
e78caa10c6 Marked 0.3mm profiles as experimental
Relates to PP-50
2021-12-09 09:15:25 +01:00
Remco Burema
8be1c29f0a
Merge pull request #11036 from Ultimaker/CURA-8736_revert_graphics_buffer
Revert graphics buffer update
2021-12-09 08:50:26 +01:00