Patola
cefba2efdb
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:15:50 +02:00
Patola
6ddef17a28
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:15:35 +02:00
Patola
af4be494b2
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:15:26 +02:00
Ghostkeeper
6b8fe48ddd
Merge branch '4.7'
2020-08-21 17:12:09 +02:00
Ghostkeeper
81ef3ef125
Escape these double quotes
...
Otherwise it's a syntax error.
Contributes to issue CURA-7622.
2020-08-21 17:11:55 +02:00
Ghostkeeper
5735849a71
Merge branch '4.7'
2020-08-21 16:45:23 +02:00
Ghostkeeper
25323e704b
Apply suggestions from code review
...
Further fixes to translations
Some small changes.
Contributes to issue CURA-7622.
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 16:43:26 +02:00
Ghostkeeper
222d6604e0
Clarifications and fixes to source strings
...
Found during work on CURA-7622.
2020-08-21 16:40:24 +02:00
Ghostkeeper
2020453109
Found one more mistake
...
Contributes to issue CURA-7622.
2020-08-21 16:32:43 +02:00
Ghostkeeper
0eb9e0e0d0
Fix issues found with the translations during review
...
These are things we could fix ourselves.
Contributes to issue CURA-7622.
2020-08-21 16:23:57 +02:00
Ghostkeeper
f3102159ae
Apply suggestions from code review
...
Implement most of the suggested changes by Konskarm.
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 16:13:08 +02:00
Ghostkeeper
d37794fe7a
Fix missing plural case
...
Contributes to issue CURA-7622.
2020-08-21 15:55:10 +02:00
Ghostkeeper
a4e179533f
Copy plural forms to translation
...
The import script doesn't handle these.
Contributes to issue CURA-7622.
2020-08-21 14:51:27 +02:00
Ghostkeeper
fdd168257c
Add Czech translations for Cura 4.7
...
We received these via e-mail.
Contributes to issue CURA-7622.
2020-08-21 14:00:12 +02:00
Ghostkeeper
add2b5784f
Add Taiwanese translations
...
We received those via e-mail.
Contributes to issue CURA-7622.
2020-08-21 13:56:00 +02:00
Ghostkeeper
501361dd2b
Update PO-revision-dates
...
The import script should really be doing this automatically for us... Oh well.
Contributes to issue CURA-7622.
2020-08-21 13:42:07 +02:00
Ghostkeeper
1c459679b9
Import translations from Lionbridge
...
These are the result of running the lionbridge_import.py script on the translation files that we received from Lionbridge through Smartling. It contains the new translations for Cura 4.7.
Contributes to issue CURA-7622.
2020-08-21 13:38:15 +02:00
Kostas Karmas
8f58a7e3a0
Merge branch 'libArachne_rebased' into CURA-7555_Beading_strategy_user_control
2020-08-20 17:16:10 +02:00
Kostas Karmas
bbfbadc981
Merge branch 'master' into libArachne_rebased
2020-08-20 17:16:02 +02:00
Kostas Karmas
045ba3b8c4
Modify description of libArachne settings.
...
So that the settings can easily be found with the keywords 'libArachne' and 'beading'.
CURA-7555
2020-08-20 17:14:01 +02:00
Kostas Karmas
bbc0b0e54c
Rename libArachne settings to use user-friendly terminology
...
I am leaving the descriptions to contain the word "beading" so that the related settings can
easily be found during testing.
CURA-7555
2020-08-20 17:08:03 +02:00
Ghostkeeper
9ea418c0a1
Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7""
...
This reverts commit 28f4d8513d
.
The original revert was to revert an accidental merge from master to 4.7. This now reverts the revert on Master, so that we still have those changes on Master.
2020-08-20 16:35:52 +02:00
Ghostkeeper
a757dc7fa0
Merge branch '4.7'
2020-08-20 16:34:58 +02:00
Jaime van Kessel
af05aa61b7
Remove unneeded binding
...
This binding wasn't needed to prevent a binding loop, but it did cause
the length to not be updated correctly sometimes
CURA-7589
2020-08-20 16:05:52 +02:00
Ghostkeeper
28f4d8513d
Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"
...
This reverts commit 7f47f12bf0
, reversing
changes made to dd42c87da7
.
2020-08-20 16:01:46 +02:00
Kostas Karmas
720740dcc8
Remove parent-child relationship of libArachne settings
...
If all children of a parent get overridden, the parent is disabled. We don't want that in
the libArachne settings.
CURA-7555
2020-08-19 17:54:00 +02:00
Kostas Karmas
ec633feb37
Remove transition_length from the front-end
...
It is set as 2*wall_line_width in CuraEngine.
CURA-7555
2020-08-19 17:48:43 +02:00
Kostas Karmas
217e01b5b3
Remove LimitedDistributed option from the beading strategies setting
...
As the Limited will always apply on top of the others, so selecting the Distributed is
essentially the same as selecting the LimitedDistributed.
CURA-7555
2020-08-19 17:29:54 +02:00
Kostas Karmas
4954746ee4
Remove transitioning angle from the user settings
...
Tt will be a constant on the CuraEngine side.
CURA-7555
2020-08-19 17:17:40 +02:00
Kostas Karmas
a029e0ce50
Remove limited beading as an option
...
As it will be applied by default in the Engine to ensure that libArachne will generate only the
required walls (based on the Wall Line Count setting).
CURA-7555
2020-08-19 17:02:44 +02:00
Ghostkeeper
cb11dd763d
Merge branch '4.7'
2020-08-18 11:12:24 +02:00
Ghostkeeper
dea53b9c02
Revert "Use extruderList rather than deprecated extruders property"
...
This reverts commit 458acb356f
.
The change was wrong. The code refers to PrinterOutputModel.extruders which is not deprecated, not to GlobalStack.extruders (which is deprecated).
Fixes #8204 .
2020-08-18 10:38:50 +02:00
Ghostkeeper
16d934ff96
Merge branch '4.7'
2020-08-17 15:07:38 +02:00
Ghostkeeper
6d90c85fb2
Also show Connect Support Lines for lines pattern
...
Previously this was disabled because you should probably use the ZigZag pattern then. But I'm enabling it now because of two inconsistencies:
* The setting still works. So you can change the setting by switching to grid, triangles, cross or gyroid, then switch back to lines and still get connected support lines.
* The same happens with the infill patterns, where this setting is visible for the lines pattern.
Rather than changing the other two things (which involves changes to CuraEngine too to make it ignore the setting value for the lines pattern), I've opted to change it here and fix both inconsistencies at once. If I were to make the setting dysfunctional, it would also lead to user confusion, because they then need to discover that they need to change the infill pattern, which may look unlogical to them.
Fixes #8192 .
2020-08-17 15:07:26 +02:00
Jaime van Kessel
0c994da4bb
Merge pull request #8106 from Ultimaker/CURA-7559_remove_wall_overlap_compensation_in_arachne
...
CURA-7559: Remove all references to Wall Compensation from the resources/ in arachne
2020-08-17 14:13:01 +02:00
Jaime van Kessel
4bc214f859
Merge branch '4.7' of github.com:Ultimaker/Cura
2020-08-17 14:10:36 +02:00
Jaime van Kessel
ea7dc0ff01
Fix custom profiles not always being visible in menu
...
CURA-7589
2020-08-17 14:09:27 +02:00
Cláudio 'Patola' Sampaio
9dcdc1f28a
Updated pt_BR strings for 4.7
2020-08-16 22:53:11 +02:00
Aleksey Karadzhi
573a8c8720
Add more nozzle diameter variants (0.3, 0.5, 0.6)
2020-08-16 14:10:10 +03:00
Aleksey Karadzhi
29ade75429
Add 'Coarse' quality profile (0.4h for 0.8d)
2020-08-16 14:09:15 +03:00
Aleksey Karadzhi
3522501fa8
Adjust base print settings for all FB printers
2020-08-16 14:07:10 +03:00
Aleksey Karadzhi
2c972d98d4
Add 'Flying Bear Ghost 5' printer
2020-08-16 14:04:04 +03:00
Kostas Karmas
cee7ac2ccc
Merge branch '4.7'
2020-08-14 13:33:53 +02:00
Konstantinos Karmas
2d56cd4e13
Merge pull request #8152 from thushan/cocoon-printer-profiles
...
Adds Cocoon Create Printer profiles
2020-08-14 11:48:09 +02:00
Jaime van Kessel
ec48496790
Remove unneeded binding
...
This binding wasn't needed to prevent a binding loop, but it did cause
the length to not be updated correctly sometimes
CURA-7589
2020-08-14 10:00:33 +02:00
Kostas Karmas
3e3d9bcd0a
Don't reset the min feature size and bead_width based on the widening
...
We can just keep the value, since it is ignored in CuraEngine if the enable widening is false.
CURA-7555
2020-08-13 16:43:32 +02:00
Kostas Karmas
41475ff243
Remove bead_width in favor of wall_line_width
...
CURA-7555
2020-08-13 15:28:59 +02:00
Remco Burema
99cd8ab1b0
Show models outside of BP clearly in layerview.
...
CURA-7586
2020-08-12 17:42:10 +02:00
Kostas Karmas
20f7423024
Add libArachne beading parameters in the fdmprinter
...
CURA-7555
2020-08-12 17:28:28 +02:00
Ghostkeeper
8b59fe83d8
Clarify description of infill mesh rank
...
Translators found it confusing, and I think users would find so too. Hopefully this is a bit better.
2020-08-12 14:15:38 +02:00