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
Mehmet Sutaş
b7a13e6abc
Merge branch 'master' into Rigid3D
2022-06-28 16:42:39 +03:00
Mehmet Sutaş
5fbfbd0a7c
settings version correction
2022-06-28 16:36:07 +03:00
Mehmet Sutaş
09c0048576
Add monotonic update tpu & nylon temperatures
2022-06-28 16:24:17 +03:00
Rijk van Manen
c9b3f600d5
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-28 14:28:14 +02:00
Rijk van Manen
cb07fefdf2
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-28 14:03:01 +02:00
Rijk van Manen
fd0aaafe35
increase support horizontal expansion
...
A bigger horizontal expansion is improving the stability of the support structure. Setting the Support Horizontal Expansion > Support X/Y distance causes the support folding around the object, making it way harder to remove and introducing a lot of additional stringing. PP-185
2022-06-28 14:00:31 +02:00
Rijk van Manen
3eab1c221b
reduce minimum support xy distance
...
Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. PP-185
2022-06-28 13:58:45 +02:00
AnnaKang0219
1d5523bbd3
Add acceleration_infill & acceleration_wall
...
Add acceleration_infill & acceleration_wall
and modify speed_travel
2022-06-27 09:17:57 +08:00
Ghostkeeper
1df76d8cc5
Correct Dutch translations of Marketplace
...
Marketplace is considered a product by Ultimaker, and so it should not be translated. In Dutch this was inconsistently translated (or not translated).
Found by one of the translators in CURA-9420.
2022-06-22 17:00:22 +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
Ghostkeeper
a17b68b17d
Merge branch 'CURA-9420_translations_5.1'
2022-06-21 17:56:43 +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
58651b6b97
Merge branch '5.1' of github.com:Ultimaker/Cura
2022-06-21 11:00:06 +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
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
Jaime van Kessel
f474381425
Fix multiple issues with profiles
...
That's what you get from not having tests running remote.
2022-06-17 16:06:24 +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
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
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
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
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
j.delarago
6f8470167f
Suggested changes
...
CURA-8849
2022-06-15 17:40:07 +02:00
j.delarago
cd34294914
Revert "disable travel_avoid_supports"
...
This reverts commit 8f2dff712e
.
2022-06-15 17:19:03 +02:00
Jaime van Kessel
1a0b095f8d
Merge pull request #11721 from Haxk20/patch-1
...
voron2_base.def.json: Do not limit travel speeds to 300mm/s
2022-06-15 16:08:09 +02:00
Rijk van Manen
d4095e7e1d
set correct nozzle tip outer diameter
...
This is the size of the ruby. PP-116
2022-06-15 15:12:34 +02:00
Rijk van Manen
311b5e94ce
add machine nozzle tip size
...
PP-116
2022-06-15 14:58:34 +02:00
Rijk van Manen
5db8567bff
cleanup variant profile
...
In the ppCCB we decided to clean up to DD variant profiles, since we plan to do that with all variant profiles in the future. PP-116
2022-06-15 14:58:16 +02:00
Remco Burema
a82b90fd96
Merge pull request #12488 from Ultimaker/PP-108_Improved_support_settings
...
PP-108 improved support settings
2022-06-15 14:24:09 +02:00
Ghostkeeper
68fde8d051
Merge branch 'PP-166-DD-core-variant-files'
2022-06-15 14:08:13 +02:00
Ghostkeeper
4b6995bf24
Correct description for Enable Travel Jerk
...
Done as a 5 minute fix.
2022-06-15 14:04:22 +02:00
j.delarago
8362d4c967
Switch to column layout in RecommendedPrintSetup.qml so that left margins can be put on infill selector and items below it.
...
Add warning and reset button when custom profile is select and/or settings have been changed
CURA-8849
2022-06-15 10:48:04 +02:00
j.delarago
5fa10b0b8a
Add campaign link
...
CURA-8849
2022-06-15 09:48:08 +02:00
j.delarago
d293855c65
Remove typo
...
CURA-8849
2022-06-15 09:07:35 +02:00