13302 Commits

Author SHA1 Message Date
Jordan
1a0acb25f7 Changed the material_print_temperature 2022-09-06 16:14:38 +02:00
Jordan
d9ed37d33c Remove the wall section from quality 2022-07-25 18:40:03 +02:00
Jordan
f6061d76ba Change quality layers height 2022-07-25 18:09:40 +02:00
Jordan
b13a16c921 take review of failures 2022-07-19 18:35:37 +02:00
Jordan
a482aa7a0c take review from Nallath into account 2022-07-19 16:00:44 +02:00
Jordan
c43ae2e355
Add naxe machines, quality and materials 2022-07-07 16:54:56 +02:00
Jaime van Kessel
9ca86c9d08
Merge pull request #12636 from Ultimaker/PP-185-improve-support-reliability
PP-185_improve-support-reliability
2022-06-29 14:41:35 +02:00
Ghostkeeper
03398f3275
Add more extensive descriptions for about page entries
The translators had lots of questions about these. So I'm adding more extensive descriptions for them for any future translators.
2022-06-29 10:31:35 +02:00
Ghostkeeper
adeb9da356
Merge branch '5.1' 2022-06-28 17:53:24 +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
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
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
Ghostkeeper
a17b68b17d
Merge branch 'CURA-9420_translations_5.1' 2022-06-21 17:56:43 +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
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
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
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 8f2dff712ec18046bf76211fa3a8dd7d20647d30.
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
Ghostkeeper
3acc7bcb1c
Add actual link to help page for when a profile is not supported
Doesn't have UTM tags though. Maybe that's not important here.

Contributes to issue CURA-8849.
2022-06-14 18:20:35 +02:00
Ghostkeeper
b18cb1f649
Show UnsupportedProfileIndication if list of quality types is empty
And otherwise show the intent and quality level selectors.

This is currently quite broken because the list of quality levels is not correct. It should only show a quality type if it is supported by all extruders.

Contributes to issue CURA-8849.
2022-06-14 18:20:00 +02:00
Ghostkeeper
5c15ac68b8
Add a design for the notification when there's no recommended profile
Looks more harsh than it should be, perhaps. I'd prefer if we could add some text that says that you can create your own custom profiles too...

Contributes to issue CURA-8849.
2022-06-14 16:59:23 +02:00