Rijk van Manen
67d08fdd4d
increase retract distance of PVA to default
...
PVA is stringing a lot due to the too small retract distance. This oozed material is causing under extrusion elsewhere, reducing the strength of the support. Too long retractions could cause reliability issues as well. However, since we reduced the number of retractions by ~40% for the smaller models (for bigger models it is ~0%, but then it is also not relevant since a lot of material is printed in between) with the new settings of PP-108 increasing the retract distance to 6.5mm is safe. PP-185
2022-06-29 14:42:05 +02:00
Rijk van Manen
257056afd2
default ultimaker values result in warnings
...
With the updated support settings of PP-108 some settings results in warnings. The warning limits are changed to avoid this. PP-185.
2022-06-29 14:41:56 +02:00
Casper Lamboo
a5d70dca16
Merge pull request #12590 from Ultimaker/CURA-7667_intents_in_packages
...
Intents in packages
2022-06-29 13:12:51 +02:00
Casper Lamboo
f4ee4ad05d
Merge pull request #12573 from Ultimaker/CURA-8849_more_intent_fixes
...
[CURA-8849] more intent fixes
2022-06-29 13:01:09 +02:00
Ghostkeeper
f241638890
Add resolve function to Remove Raft Inside Corners
...
That way, an extruder profile can say that they want this.
If any extruder needs this setting enabled, it will be enabled for the whole print.
Done as a 5 minute fix.
2022-06-28 17:53:00 +02:00
j.delarago
7700d01cf3
Fix implicitWidth binding loop.
...
CURA-8849
2022-06-28 16:39:25 +02:00
j.delarago
8761a476a6
Fix height binding loops
...
CURA-8849
2022-06-28 16:33:35 +02:00
Remco Burema
c4422b87f9
Merge pull request #12599 from Ultimaker/CURA-9414
...
Don't show scary error message when saving custom file
2022-06-28 13:07:21 +02:00
Remco Burema
1872e54842
Message might be good for debugging.
...
Maybe at some point someone will ask wjy they don't get a message.
part of CURA-9414
2022-06-28 13:06:59 +02:00
Casper Lamboo
fd09bcfb9b
Merge pull request #12476 from Ultimaker/CURA-9271
...
[CURA-9271] Build plate shrinks when using horizontal scaling shrinkage compensation
2022-06-27 09:09:37 +02:00
Casper Lamboo
651c0afa11
Merge pull request #12585 from Ultimaker/CURA-9412_saving_with_no_material_fails
...
[CURA-9412] Project file saving fails on printers without materials
2022-06-24 15:15:01 +02:00
j.delarago
41cc78af1a
Add at a minumum a very small border around the edges of the build plate. Otherwise models with shrinkage compensation (or any model with disallowed areas around it) can be placed so that the output model is off the build plate.
...
CURA-9271
2022-06-24 15:00:42 +02:00
c.lamboo
2c074fb7a3
Don't show scary error message when saving custom file
...
CURA-9414
2022-06-24 14:52:42 +02:00
j.delarago
9aaf59ae86
Suggested changes
...
CURA-9412
2022-06-24 14:29:50 +02:00
Jaime van Kessel
7685540709
Ensure that intents and variants are also copied from packages
...
Although we only really need the intents, it doesn't hurt to also include the variants.
No idea if we will ever need or use it, but we might as well add it now.
CURA-7667
2022-06-23 14:14:22 +02:00
j.delarago
dd3abf7ff0
Add check for empty material instance containers before trying to fetch material metadata. This fixes failing to save a project on a printer with no materials (UM2 for example).
...
CURA-9412
2022-06-22 14:05:56 +02:00
j.delarago
c118bd4e29
Adjust space between configuration warning and resolution options to closer match design.
...
CURA-8849
2022-06-22 11:13:50 +02:00
j.delarago
09f2a73cb1
Fix tooltip showing on hover when no tooltipText in provided.
...
CURA-8849
2022-06-21 16:29:41 +02:00
Ghostkeeper
1142768d59
Fix headers for translation files
...
And update their dates too.
Contributes to issue CURA-9420.
2022-06-21 13:12:21 +02:00
Ghostkeeper
7898d8e5bf
Update translation files from updated templates
...
This brings the new translated strings into the files for each language.
Contributes to issue CURA-9420.
2022-06-21 12:56:04 +02:00
Ghostkeeper
de968d6c16
Update translation templates for Cura 5.1
...
These are the new translations for 5.1.
Contributes to issue CURA-9420.
2022-06-21 12:54:08 +02:00
j.delarago
cde897ff1e
Instead of having a seperate tooltip for the checkbox and the text area, the two have been combined into one tooltip.
...
The reason for this is that hovering the mouse between the checkbox and text was causing some strange behaviour where sometimes the tooltip would not appear.
The effect of the changes in RecommendedSupportSelector.qml are the same as RecommendedAdhesionSelector.qml. It just required a bit of refactoring to have the checkbox and the textlabel in the same component.
CURA-8849
2022-06-21 11:59:03 +02:00
Jaime van Kessel
52ea80f6c9
Fix the font for searchbars being styled correctly
...
By setting the font.italic to true, we actually reset the entire font.
Fixes #12565
2022-06-21 10:58:53 +02:00
j.delarago
4ee4a781f4
Change flashing yellow warning on resolution combobox to blue flashing lining.
...
Removed alwaysRunToEnd on animation since we would like the previous animation to stop if a user clicks through multiple intents triggering multiple animations.
CURA-8849
2022-06-20 11:33:28 +02:00
Ghostkeeper
8970f46154
Better path to packages.json in the 3MF file
...
Let's put it in the Cura directory with the rest of such files, as to not muddy the 3MF file with all sorts of directories that are not known to other consumers.
Contributes to issue CURA-9413.
2022-06-20 11:04:14 +02:00
j.delarago
9c16e200e0
Update reset settings icon in print settings to match new color used in recommeded settings
...
CURA-8849
2022-06-20 10:56:00 +02:00
j.delarago
c6bc3a5cd7
Add tooltip to IconWithText.qml,
...
Use this to display tooltips for Infill, Support and Adhesion in recommended settings.
CURA-8849
2022-06-20 10:52:31 +02:00
Ghostkeeper
d1747e09e1
Fix link to help page when material package is missing
...
In this case we don't want to link to Ultimaker's internal help pages, but to the public support pages.
2022-06-20 10:48:13 +02:00
Jaime van Kessel
3101f2aea4
Remove filter_out_tiny_gaps from definitions
...
This setting doesn't exist anymore.
2022-06-17 15:57:40 +02:00
Jaime van Kessel
3689c097f3
Re-add accidentally removed setting
2022-06-17 15:54:23 +02:00
Jaime van Kessel
f82e49e2dd
Merge branch 'fix_material_diameter_profiles' of github.com:fieldOfView/Cura into 5.1
2022-06-17 15:35:32 +02:00
Jaime van Kessel
b25e760c53
Remove incorrect enum usage
...
This only needs to happen in code that uses PyQt, not in qml code
2022-06-17 15:26:30 +02:00
Jaime van Kessel
d05417f7f0
Remove duplicated code
...
CURA-9352
2022-06-17 15:22:33 +02:00
j.delarago
f650579799
PrintQuality icon is slightly too right aligned due to the icon not filling the entire svg.
...
There is no additional margin on the left that can be removed, so instead I've given it a small negative margin
CURA-8849
2022-06-17 15:02:45 +02:00
Casper Lamboo
50a3511496
Merge pull request #12542 from Ultimaker/CURA-8849_intent_selection_fixes
...
[CURA-8849] Intent selection fixes
2022-06-16 15:55:32 +02:00
j.delarago
9dff733345
Remove todos that are no longer applicable
...
Remove debug print statement
CURA-9321
2022-06-16 15:32:33 +02:00
j.delarago
1a464051d4
On initial startup, when assigning your first printer the ActiveIntentQualitiesModel.py would not be updated. Causing an error unsupported configuration to show.
...
Fixed by updating the model when the globalContainer is changed as well.
CURA-8849
2022-06-16 14:27:13 +02:00
j.delarago
cc58b362fc
Add text wrapping for very long custom profile names.
...
CURA-8849
2022-06-16 14:19:39 +02:00
j.delarago
0fb2b46677
Intent button was showing when only a single intent is available.
...
This was caused by visible being overridden.
CURA-8849
2022-06-16 14:05:39 +02:00
j.delarago
1e0236e317
Remove left margins which don't align with the intended design.
...
CURA-8849
2022-06-16 13:56:46 +02:00
j.delarago
689547f125
We are using recommendedResolutionSelector._previousResolution to see if the resolution had changed before highlighting the resolution selector. This updates when intents change but not when qualities change.
...
I tried updating when the qualities change but this was updating before this line
if(recommendedResolutionSelector._previousResolution !== Cura.MachineManager.activeQualityType)
which caused this always to resolve as true
The solution was to update _previousResolution after we select an item in the drop down.
CURA-8849
2022-06-16 13:49:30 +02:00
j.delarago
1e5f6bce72
Increase margins on warning to match design
...
CURA-8849
2022-06-16 13:23:50 +02:00
j.delarago
7d8fdf8bdd
Items in intent selection settings column were not filling width, the result of this was any item with more than one child would have these children squished together.
...
Fix is to have the children fill their width
CURA-8849
2022-06-16 13:12:36 +02:00
Joey de l'Arago
88168bc0e1
Merge pull request #12532 from Ultimaker/PP-116_clean-up-DD-variant-profile
...
Pp 166 clean up dd variant profile
2022-06-16 11:08:50 +02:00
Jaime van Kessel
ac32f3b625
Merge pull request #12530 from Ultimaker/CURA-8610_save_required_packages_metadata
...
[CURA-8610] save required packages metadata
2022-06-16 10:47:06 +02:00
j.delarago
8c92ebfccd
Add missing import
...
CURA-8849
2022-06-16 10:41:06 +02:00
Jaime van Kessel
d30afb6647
Merge pull request #12534 from StuSerious/main
...
Enhance CITATION.cff
2022-06-16 09:29:10 +02:00
Stefano Serioli
25a7c3e263
Merge branch 'Ultimaker:main' into main
2022-06-15 18:31:23 +02:00
StuSerious
a83daee8da
update CITATION to latest version (.cff and Cura)
...
this brings citation file format to 1.2 and Cura version to 5.0.0.
some other changes and important fields were also added.
2022-06-15 18:30:11 +02:00
Casper Lamboo
dd76369b9a
Merge pull request #12528 from Ultimaker/CURA-8849
...
[CURA-8849] Improve intent profile selection
2022-06-15 18:24:18 +02:00