Rijk van Manen
35ad0ccb0d
improve support settings and properly enable them
...
As a result of all the support improvements we have done in CURA-10220 we would like to update the support settings.
CURA-10289 / PP-323
2023-02-15 13:54:09 +01:00
Casper Lamboo
f8d33d839b
Merge pull request #14526 from Ultimaker/CURA-10183_gcode_reader_wont_load_files
...
[CURA-10183] Catch error when loading gcode with more extruders than the current machine
2023-02-10 16:21:48 +01:00
Joey de l'Arago
ba63109d84
Catch error when loading gcode with more extruders than the current machine.
...
CURA-10183
2023-02-09 16:47:49 +01:00
Joey de l'Arago
8d6ab7aa30
Merge pull request #14525 from Ultimaker/PP-71_53_avoid-small-layer-temperature-to-be-lower-then-minimum_value
...
PP-71 avoid small layer temperature to be lower than minimum value
2023-02-09 16:17:49 +01:00
rijkvanmanen
651d278377
Applied printer-linter format
2023-02-09 14:29:26 +01:00
Rijk van Manen
0735748dee
cool_min_temperature can now follow default
...
PP-71
2023-02-09 14:29:16 +01:00
Rijk van Manen
9088ab23f4
cleanup initial print temperatures
...
In the initial PR for PP-71 I only cleaned up material_final_print_temperatures, but now the material_initial_print_temperatures are also coming into play, so I cleaned those as well. From research for PP-123 I know this is a safe change. Due to this cleanup the cool_min_temperature can now always follow the ultimaker default settings.
2023-02-09 14:28:11 +01:00
Rijk van Manen
f8edf89375
avoid too low cool_min_temperature
...
By taking the max value it is not possible anymore that a (3rd party) profile has a too low cool_min_temperature causing it too not slice. PP-71
2023-02-09 14:27:59 +01:00
Rijk van Manen
ebdfee0fef
update cool_min_temperature lower limit
...
The cool_min_temperature should be larger then both the initial and final temperature too avoid that the printer is heating too much and later on waits for cooling. We could make the limit less strict for single extrusion. PP-71
2023-02-09 14:27:34 +01:00
Rijk van Manen
c36fcfcbd2
reduce the interlocking_boundary_avoidance
...
The interlocking_boundary_avoidance was a bit larger originally to prevent interlocking structures outside the model for edge cases. But this behaviour is improved a lot, so the boundary avoidance can be reduced, which helps for thin and small structures.
PP-283
2023-02-09 10:26:43 +01:00
c.lamboo
8574e5866c
Fix: Only set support_tower_roof_angle to 0 if support_interface is enabled
...
Contributes to CURA-10220
Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
2023-02-09 10:24:44 +01:00
Jelle Spijker
5fb51d3535
Merge pull request #14515 from Ultimaker/CURA-10220_support_towers_reenabled
...
Cura 10220 support towers reenabled
2023-02-09 10:17:30 +01:00
MariMakes
36a5f8e418
Merge branch '5.3' of https://github.com/Ultimaker/Cura into 5.3
2023-02-08 18:23:00 +01:00
MariMakes
d2a1daa82a
Update 53 beta changelog
...
Fixed a few typos, added links and reminder that this version does not include tree support.
2023-02-08 18:22:47 +01:00
casperlamboo
fba299280f
Applied printer-linter format
2023-02-08 15:15:40 +00:00
Casper Lamboo
b37d80a546
Don't duplicate default setting
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-08 16:14:24 +01:00
c.lamboo
06c0ccb572
Only set support_tower_roof_angle to 0 if support_interface is enabled
...
Contributes to CURA-10220
Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
2023-02-08 16:01:44 +01:00
c.lamboo
44b71dd8f1
Update support horizontal expansion value
...
Contributes to CURA-10220
Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
2023-02-08 16:01:34 +01:00
c.lamboo
46fe9c0568
Set support tower angle to 0
...
This enlarges small areas to immediately be equal to support_tower_diameter^2.
Contributes to CURA-10220
Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
2023-02-08 16:01:22 +01:00
c.lamboo
046d6ab01c
Re-enable support towers
...
Decrease `support_offset` setting as using both support towers and support horizontal expansion would apply the same concept twice.
Remove duplicate settings in other ultimaker profiles.
Contributes to CURA-10220
Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
2023-02-08 16:01:08 +01:00
jspijker
4164f39916
Bump up SDK evrsion to 8.3.0
2023-02-08 15:51:08 +01:00
Jelle Spijker
4eb50f51a8
Merge pull request #14512 from Ultimaker/CURA-10233_switching_support_extruder_switches_model_extruder
...
[CURA-10233] switching support extruder switches model extruder
2023-02-08 14:21:07 +01:00
Joey de l'Arago
cd09717a64
This onclick is already passed in where it is needed. It is being triggered unnecessarily when switching support extruder in recommended mode.
...
CURA-10233
2023-02-08 13:42:30 +01:00
MariMakes
db800551aa
CURA-10252_Update-changelog-5.3
...
Update Changelog for Cura 5.3
2023-02-07 15:40:13 +01:00
Rijk van Manen
06c46c8eae
allow bridge speeds to be lower then cool_min_speed
...
With PP-71 the cool_min_speed is increased to a high values in case the lift_head is enabled. This causes the bridge_speeds to be lower then the cool_min_speed. Which is no problem, so the limit can be removed.
PP-71 / CURA-10211
(cherry picked from commit 6d0be0191340a3d4888662812ee1033305c1196b)
2023-02-03 10:54:32 +01:00
Rijk van Manen
2888a6132e
increase cool_min_temperature
...
By default the cool_min_temperature is 15deg below print temperature. However, for PP and TPU this should be 10deg below print temperature. This is already changed for the other ultimaker printers, but I forget the UM3.
PP-71
(cherry picked from commit 0b1b19f0b19b9ac4a277a1856842f79189938867)
2023-02-03 10:46:02 +01:00
Joey de l'Arago
449acfbf19
Update fdmprinter setting descriptions.
...
These are sorted first by file location and then by mdgid so they jumped around a little bit.
2023-02-02 16:10:52 +01:00
Rijk van Manen
f66395bbd1
add value limits
...
Slicing becomes very slow for large interlocking_boundary_avoidance and interlocking_depth values. The minimum interlocking_beam_width is the minimum wall line width. And the interlocking_rotation should be between 0 and 360 degrees.
PP-283
2023-02-02 13:48:50 +01:00
Joey de l'Arago
fd76fe2926
Use fuzzy matching
...
CURA-10077
2023-01-31 16:48:23 +01:00
Joey de l'Arago
63cffc6a0b
Revert "Update translations files with empty strings"
...
This reverts commit d11ee86b2d83d143f6cab48331b4ac807040717f.
2023-01-31 16:28:46 +01:00
jspijker
883caea814
Revert "Use Conandata directly"
...
This reverts commit b8c9fa3f5186bfe564c1ed3b3c09e89218080fe9.
2023-01-31 15:08:58 +01:00
jspijker
aa2cb76135
take new minor release branches into account
2023-01-31 13:30:31 +01:00
jspijker
b8c9fa3f51
Use Conandata directly
2023-01-31 12:53:19 +01:00
Joey de l'Arago
d11ee86b2d
Update translations files with empty strings
...
CURA-10077
2023-01-31 12:53:06 +01:00
jspijker
a632d154eb
Move beta as first entry
2023-01-31 12:42:37 +01:00
Jelle Spijker
19340cac20
Update requirements-conan-package.txt
2023-01-31 12:36:33 +01:00
Jelle Spijker
22b33af800
Merge pull request #14432 from Ultimaker/CURA_sort_translation_files
...
sort the translations
2023-01-31 12:03:21 +01:00
Joey de l'Arago
c82a78894b
sort the translations
...
CURA-10077
2023-01-31 10:22:39 +01:00
jellespijker
e6e8b58c4f
Applied printer-linter format
2023-01-30 18:01:23 +00:00
jspijker
2e58a38a44
Fix jgaurora_a6_0.28_fast profile
2023-01-30 18:59:22 +01:00
Vandresc
55d7818b9a
Merge pull request #14423 from Ultimaker/CURA-10077
...
CURA 10077 Version upgrader
2023-01-30 17:18:07 +01:00
Joey de l'Arago
d25fd7a35e
Remove references to material_flow_dependant_temperature
...
CURA-10077
2023-01-30 13:27:51 +01:00
Casper Lamboo
6bbf38d26f
Merge pull request #14339 from Ultimaker/CURA-10167_Fix_Typo_Japanese_Extensions
...
[CURA-10167] - Fix Typo in Japanese mention of Extensions
2023-01-30 13:06:02 +01:00
jspijker
d878442b00
Update changelog with 5.2.2
...
Contributes to CURA-10209
2023-01-30 12:28:34 +01:00
jspijker
c261253f8a
Add 5.3.0 and 5.3.0-beta to conandata
...
Contributes to CURA-10209
2023-01-30 12:28:10 +01:00
jspijker
a4cf044825
removed filename mapping
...
Contributes to CURA-10077
2023-01-30 11:41:06 +01:00
jspijker
d2f5d059cb
Bump up the settings version to 21 in profiles/definitions
...
Contributes to CURA-10077
2023-01-30 11:40:04 +01:00
jspijker
2d18482782
Bump up the settings version to 21
...
Contributes to CURA-10077
2023-01-30 11:39:13 +01:00
jspijker
40bdea0716
Map updated profiles
...
Contributes to CURA-10077
2023-01-30 11:19:28 +01:00
jspijker
ab82414a3e
update plugin description
...
Contributes to CURA-10077
2023-01-30 11:18:39 +01:00