Ghostkeeper
74b9771c7d
Code style: Fields have lower camel casing
...
As specified in the Ultimaker/Meta repository.
2020-08-19 15:46:08 +02:00
Ghostkeeper
9145a7e9e6
Remove unused import
...
Done during investigation of #8075 .
2020-08-19 15:35:57 +02:00
Jaime van Kessel
44885ab9a4
Merge branch '4.7' of github.com:Ultimaker/Cura
2020-08-18 14:14:11 +02:00
Jaime van Kessel
2fe9ee2cf2
Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7
2020-08-18 13:54:58 +02:00
Jaime van Kessel
907caa53f0
Ensure that changing material type results in profile re-evaluation
...
CURA-7657
2020-08-18 13:54:21 +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 458acb356f11f50c3327b5af0be8531fb761548f.
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
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
oducceu
f2b3596554
Merge pull request #2 from Ultimaker/master
...
Update Fork
2020-08-15 23:41:53 +03:00
Kostas Karmas
f6acc57eab
Move the reading of the materials outside the preRead
...
CURA-7644
2020-08-14 17:07:02 +02:00
Jaime van Kessel
8b70d1b89e
Move codestyle to the begining of the tests
...
Since it's one of the more expensive tests, it might actually knock off a few seconds
2020-08-14 16:42:22 +02:00
Jaime van Kessel
01aa729577
Split up build & test
...
This should make the output a bit more segmented (and thus, more readable)
2020-08-14 16:37:45 +02:00
Jaime van Kessel
dd6467303e
Add option to not print the list of plugins installed.
...
This should make it a lot easier to read the test output
2020-08-14 16:25:47 +02:00
Jaime van Kessel
a9c67542bf
Don't generate the translations when running the CI
2020-08-14 16:01:40 +02:00
Jaime van Kessel
04c216462a
Fix the unit test
...
Previously we would only look at the state, but that isn't the only thing it should look at.
It should override the value of a resolve if it's defined in user changes or QualityChanges.
2020-08-14 15:44:47 +02:00
Jaime van Kessel
43efac491d
Fix the unit test
...
Previously we would only look at the state, but that isn't the only thing it should look at.
It should override the value of a resolve if it's defined in user changes or QualityChanges.
2020-08-14 15:41:40 +02:00
Jaime van Kessel
bc67b057ea
Add missing required typing
2020-08-14 15:19:59 +02:00
Jaime van Kessel
eee84a82bf
Use exception instead of check if key is in dict
...
Since the amount of times that the key is in there is orders of magnitude
larger, it's better to catch the exception when it doesn't (as that is
slightly faster)
2020-08-14 15:15:33 +02:00
Jaime van Kessel
9c904f95ce
Add a cache for settable_per_extruder property
2020-08-14 14:51:46 +02:00
Jaime van Kessel
51737dccd6
Don't create a context when it's not provided
...
The rest of the functions already assume that None is an empty context
2020-08-14 14:19:19 +02:00
Kostas Karmas
fd529c48c8
Fix mypy complains about Optional ConfigParser
...
CURA-7644
2020-08-14 13:59:45 +02:00
Jaime van Kessel
4c00a8ff2c
Add extra short-circuit for resolve
2020-08-14 13:57:09 +02:00
Kostas Karmas
a5a5d944e0
Update comments in function descriptions
...
CURA-7644
2020-08-14 13:43:18 +02:00
Jaime van Kessel
9a0264644b
Simplify the _shouldResolve function
...
This increases the speed of the setting resolvement.
2020-08-14 13:41:20 +02:00
Kostas Karmas
bc7ee7ec69
Merge branch '4.7' into CURA-7644_Refactor_ThreeMFWorkspaceReader
2020-08-14 13:34:32 +02:00
Kostas Karmas
cee7ac2ccc
Merge branch '4.7'
2020-08-14 13:33:53 +02:00
Kostas Karmas
e8ef7699df
Merge branch 'master' into CURA-7644_Refactor_ThreeMFWorkspaceReader
2020-08-14 13:19:54 +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
7f47f12bf0
Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7
2020-08-14 10:01:26 +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
Jaime van Kessel
1374c2faa9
Properly fix the translation crash
2020-08-13 15:13:11 +02:00
Jaime van Kessel
aba76d8bca
Merge branch 'CURA-7586_striped_in_layerview' of github.com:Ultimaker/Cura
2020-08-13 14:54:55 +02:00
Jaime van Kessel
5c8132a944
Fix translation crash
2020-08-13 14:54:34 +02:00
Remco Burema
6ad696e69a
Fix non-printing objects in preview.
2020-08-12 17:45:31 +02:00
Remco Burema
99cd8ab1b0
Show models outside of BP clearly in layerview.
...
CURA-7586
2020-08-12 17:42:10 +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
Jaime van Kessel
dd42c87da7
Merge branch 'CURA-7646_Settings_not_applied_when_creating_new_CFFF_from_project_file' of github.com:Ultimaker/Cura into 4.7
2020-08-12 13:42:14 +02:00
Ghostkeeper
ff42b44d41
Merge branch 'patch-1' of https://github.com/n7484443/Cura into n7484443-patch-1
...
Conflicts:
resources/i18n/ko_KR/fdmprinter.def.json.po -> I had applied a change from the reseller before seeing that the change actually originated from this pull request. The reseller made some further improvements, so those are held rather than the original suggestion from the PR.
2020-08-12 12:05:18 +02:00
Ghostkeeper
3bba47cd27
Merge branch '4.7'
2020-08-12 11:43:57 +02:00
Ghostkeeper
67ef640524
Improve ironing flow setting name
...
Another suggestion for an improvement, this time by William Lee from Ultimaker.
2020-08-12 11:43:46 +02:00
Ghostkeeper
975588065b
Merge branch '4.7'
2020-08-12 11:41:26 +02:00
Ghostkeeper
33ea62bb3d
Update translation of ironing flow description
...
This is an improvement suggested by Kwang jun Ko from Brulé via e-mail.
2020-08-12 11:40:40 +02:00