Diego Prado Gesto
52eabaae49
Merge branch 'CURA-6768_4.3_translations_lionbridge' of github.com:Ultimaker/Cura into CURA-6768_4.3_translations_lionbridge
2019-09-23 16:25:10 +02:00
Diego Prado Gesto
d82f5b55c2
Change some strings in German, based on an internal review
...
Contributes to CURA-6768.
2019-09-23 16:23:04 +02:00
Nino van Hooff
e51efe6cbc
Restore feedrate at end of Pause at Height script
...
CURA-6799
2019-09-23 16:10:27 +02:00
Ghostkeeper
557746a832
Partial fix for intent manager not finding correct profile in test
...
Only in test.
2019-09-23 15:17:15 +02:00
Ghostkeeper
7d40d962e8
Mock ContainerTree instead of ContainerRegistry to test intent manager
...
Because now it relies on the container tree instead of querying the registry anew every time.
2019-09-23 15:03:24 +02:00
Ghostkeeper
43a568cd06
Make fixes found through manual checking of translations
...
I'm not a native speaker of French or Portuguese but enough to make those corrections of not translating 'Trimesh'. I'm not an expert of the Korean language to fix that missing translation but I made do with someone who learnt it as a second language. I am an expert at Dutch so I made a couple of fixes there.
Contributes to issue CURA-6768.
2019-09-23 14:55:03 +02:00
Nino van Hooff
3552484477
Add missing newline
...
CURA-6805
2019-09-23 14:49:04 +02:00
Ghostkeeper
8f97751e11
Don't make 'print core' translatable
...
It is an Ultimaker name so it should never be translated.
Contributes to issue CURA-6768.
2019-09-23 14:35:22 +02:00
Ghostkeeper
80bc1119fc
Add clarification for translators of this file format
2019-09-23 14:25:55 +02:00
Ghostkeeper
699e601de8
Improve context of override and new translation items
...
Contributes to issue CURA-6768.
2019-09-23 14:20:43 +02:00
Ghostkeeper
a4fd45db39
Apply fixes for errors found by PoEdit
...
The Japanese sentence with 'update existing' was confusing to the translators. I've asked for a better translation from a native. I'll improve the context for the next release.
2019-09-23 14:19:55 +02:00
Ghostkeeper
cc9ab2a8b6
Update translations for Cura 4.3 from Lionbridge
...
These are the new translations we got from Lionbridge, imported from our import script.
Contributes to issue CURA-6768.
2019-09-23 13:30:00 +02:00
Jaime van Kessel
3a2c5b2473
Fix test for stack builder
2019-09-23 13:26:21 +02:00
Jaime van Kessel
7e3f265068
Add a function to add a MachineNode to the tree.
...
This solves the issue that machines created by the stack builder broke the material updating
CURA-6791
2019-09-23 13:18:11 +02:00
Lipu Fei
8d77726089
Add intent logic for project loading
...
CURA-6800
2019-09-23 13:05:36 +02:00
Ghostkeeper
fae4138b79
Fix percentages using fullwidth font
...
These would not be recognised by Python.
Contributes to issue CURA-6768.
2019-09-23 12:06:41 +02:00
Ghostkeeper
020b874ec3
Update traditional Chinese translations for Cura 4.3
...
These are the new translation files we got from Chang.
Contributes to issue CURA-6768.
2019-09-23 12:04:59 +02:00
Jaime van Kessel
5b5256b9e4
Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent
2019-09-23 11:52:03 +02:00
Jaime van Kessel
521c55f267
Delete the aluminum profiles
...
We're not using them (and we're not going to either). Since they are now causing issues,
it's a perfect time to kill them
2019-09-23 11:51:25 +02:00
THeijmans
f6cd807bb3
Adds Ultimaker S5 intent profiles
...
Initial version, for merging with master.
2019-09-23 11:50:34 +02:00
Lipu Fei
79f938a39c
Add intent for project saving summary
...
CURA-6800
2019-09-23 11:44:11 +02:00
Lipu Fei
ddab8e204a
Add typing
...
CURA-6800
2019-09-23 11:43:50 +02:00
Ghostkeeper
5ec833c15e
Remove extraenous space
...
This space triggers PoEdit to give a warning that the translation doesn't have the space there. That's okay, since it's a column and the space doesn't influence spacing then.
2019-09-23 11:43:24 +02:00
Ghostkeeper
dab9f71a0a
Merge branch '4.3' of https://github.com/Patola/Cura into Patola-4.3
2019-09-23 11:39:51 +02:00
Ghostkeeper
4bf8ea9332
Merge branch '4.3'
2019-09-23 11:25:31 +02:00
Ghostkeeper
cb045fb0c2
Update default SDK version
...
Just in time.
2019-09-23 11:24:20 +02:00
Jaime van Kessel
08ffafa475
Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent
2019-09-23 11:19:19 +02:00
Jaime van Kessel
a4ed51342c
Fix favorite not being checked properly in MaterialMenu
...
CURA-6804
2019-09-23 11:18:47 +02:00
Lipu Fei
1aa6708677
Fix typing
2019-09-23 10:59:31 +02:00
Lipu Fei
18d93d0b7b
Fix UM2 extended variants
...
CURA-6775
2019-09-23 10:43:58 +02:00
Ghostkeeper
61527e082e
Mock ContainerTree instead of ContainerRegistry
...
The intent models are now using the ContainerTree to build themselves rather than the registry.
2019-09-23 09:59:57 +02:00
Cláudio 'Patola' Sampaio
d181913eec
Updated pt_BR strings for Cura 4.3
2019-09-23 03:28:40 -03:00
Thomas Karl Pietrowski
bdc35d7573
plugins: Reweighting stages
...
In theory it should be possible to add stages, but there is no possiblity to add any other stage in between. Therefore I moved the weights by 10+n*10. So we can add 10 before prepare and 9 stages between those 3 known stages.
It is probably possible to set the same weight to multiple stages, but I'm not sure how Cura decides, which stage to take first then. By the moment the plugin's init is called? Or by alphabet?
Therefore putting some space in between the weights should give some clearity.
2019-09-21 22:57:23 +02:00
Remco Burema
9e64072b05
Older drivers can lie w.r.t. GLSL-version if it's forced lower.
...
... so don't use gl_PrimitiveID at all when in compatibility mode. This direct commit partly fixes github #6387 -- but see also the forthcoming PR in Uranium.
2019-09-21 14:58:59 +02:00
fieldOfView
c9e281f52e
Add preference for general/restore_window_geometry
...
See https://github.com/Ultimaker/Uranium/pull/523
2019-09-20 14:51:37 +02:00
Remco Burema
cb7d99d2dc
Revert "Make 3MF-reader aware of setting-version for introduction Intent."
...
This reverts commit 16ea437255
.
Should have been (and is now) done in the version upgrade instead.
2019-09-20 11:56:08 +02:00
Ellecross
87cc46454a
Removed PPA entries from the changelog
2019-09-20 11:31:12 +02:00
Ghostkeeper
3479a3df76
Fix _applyVariants using variant manager
...
The variant manager doesn't get properly filled any more.
Contributes to issue CURA-6776.
2019-09-20 09:57:36 +02:00
Ghostkeeper
4a68e7ec95
Fix favorite materials without material manager
...
We just track it via the preference value itself rather than duplicating that in any other data structure. It's simple enough.
Contributes to issue CURA-6776.
2019-09-20 09:57:36 +02:00
Ghostkeeper
12043df367
Don't use material manager to find or remove materials
...
That remove function in the material manager was very weird...
Contributes to issue CURA-6776.
2019-09-20 09:57:36 +02:00
Ghostkeeper
cc9115b3d3
Don't use material manager to reset material
...
Use the container tree.
Contributes to issue CURA-6776.
2019-09-20 09:57:35 +02:00
Ghostkeeper
105e782e75
Remove unused imports to MaterialManager
...
Contributes to issue CURA-6776.
2019-09-20 09:57:35 +02:00
Ghostkeeper
729019a2dc
Don't use material manager to reset the material after uninstalling material package
...
This class is deprecated.
Contributes to issue CURA-6776.
2019-09-20 09:57:27 +02:00
Lipu Fei
03866d0d07
Merge pull request #6380 from Ultimaker/CURA-6690_printhead_negative_values
...
Cura 6690 printhead negative values
2019-09-20 09:40:18 +02:00
maukcc
250402142a
HMS434 add ironing
2019-09-20 09:33:41 +02:00
Jaime van Kessel
71a22bf194
Fix few profiles that didn't have global_quality set
2019-09-19 17:31:18 +02:00
Jaime van Kessel
fff37354e2
Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent
2019-09-19 17:16:48 +02:00
Jaime van Kessel
a69a394514
Fix container tree generation for machines that only have global profiles
...
CURA-6775
2019-09-19 17:16:15 +02:00
Ellecross
e2ad8b6e2e
Updated Change Log for 4.3
2019-09-19 17:08:36 +02:00
Remco Burema
37aca7d361
Menu items should be removed by index, not by object.
...
part of CURA-6791
2019-09-19 17:00:16 +02:00