Commit graph

4678 commits

Author SHA1 Message Date
Jelle Spijker
07e8bae15f
Merge pull request #14524 from Ultimaker/5.3
5.3
2023-02-09 14:28:35 +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
Rijk van Manen
d981234df3 disable interface extruder if no interface is enabled
CURA-10254
2023-02-09 09:29:24 +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
Brad
18020338ea
Fixed linter error 2023-02-04 20:41:23 +03:00
Brad
e93dd8857d
Rename longer_lk4_x.def.json to longer_lk4x.def.json 2023-02-04 20:31:51 +03:00
Brad
e2e7006ee7
Addition of Longer3D LK4 X
Vendor provided this information as a custom file for Cura 4; I have taken that input and adjusted to suit Cura 5
2023-02-04 20:30:03 +03: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 6d0be01913)
2023-02-03 10:54:32 +01:00
jspijker
64112b4158 Merge branch 'main' into PP-71_allow-bridge-speeds-to-be-lower-then-cool_min_speed 2023-02-03 10:52:30 +01:00
Joeydelarago
63108dd9f6 Applied printer-linter format 2023-02-02 15:56:31 +00:00
Joey de l'Arago
5cc126c4da
Merge pull request #14269 from GUTENBERG3DP/main
Add profile for Gutenberg G-Zero
2023-02-02 16:55:26 +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
Rijk van Manen
5b2fb0c0d9 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-02 11:10:22 +01:00
Rijk van Manen
f1cc551309 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 11:08:21 +01:00
Rijk van Manen
6d0be01913 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
2023-01-31 14:18:52 +01:00
jspijker
2d18482782 Bump up the settings version to 21
Contributes to CURA-10077
2023-01-30 11:39:13 +01:00
jspijker
871017da73 Remove old settings from resource files
Contributes to CURA-10077
2023-01-27 17:13:06 +01:00
rijkvanmanen
7e72a4ee7e Applied printer-linter format 2023-01-26 18:12:32 +00:00
Rijk van Manen
36d5e75ed0 make S7 public
PP-312
2023-01-26 19:11:16 +01:00
Rijk van Manen
bd55f5ecf4 Add new setting for the narrow skin region width
Small Top/Bottom regions are filled with walls instead of the normal Top/Bottom pattern. This helps to avoids jerky motions.
CURA-10201
2023-01-26 11:20:28 +01:00
Rijk van Manen
129f7f7d12 round the speeds to avoid ugly numbers
PP-71
2023-01-24 14:34:44 +01:00
Rijk van Manen
1c2ba2fcd4 fix typo
PP-71
2023-01-24 11:59:35 +01:00
Rijk van Manen
0d1f73b090 fix typo
PP-71
2023-01-24 11:47:35 +01:00
rijkvanmanen
0648cc5fd6 Applied printer-linter format 2023-01-24 10:33:14 +00:00
Rijk van Manen
5aa7dcf62a align cool_min_temperature and material_final_printing_temperature
Both the material_final_printing_temperature and the cool_min_temperature are 15deg lower as the printing temperature. Except for TPU and PP.
PP-71
2023-01-24 11:31:39 +01:00
Rijk van Manen
9171aa9168 follow the default settings
PP-71
2023-01-24 11:08:16 +01:00
Rijk van Manen
a66ec97478 apply the new default settings to all ultimaker printers
With the introduction of cool_min_temperature it is way easier to generalize the minimum layer time settings. To make sure all ultimaker printers benefit from this improvements the settings are applied to ultimaker.def.json.
PP-71
2023-01-24 11:01:39 +01:00
Rijk van Manen
3035583de9 disable minimum layer time settings if minimum layer time is zero
These settings don't have a meaning when the minimum layer time is zero.
PP-71
2023-01-24 10:59:59 +01:00
Casper Lamboo
058c5476c4
Merge pull request #14364 from Ultimaker/PP-303-increase-support-reliability
increase support reliability
2023-01-23 16:24:07 +01:00
Joey de l'Arago
6bd7e73aa1 disable all fuzzy settings when interlocking enabled
CURA-10047
2023-01-23 16:05:36 +01:00
Rijk van Manen
faf7e3b227 increase support reliability
The minimum support area is decreased to avoid disconnected support. The support horizontal expansion is increased to allow for more stable support structures. These improvements are possible because of the improvements made in CURA-10152.
PP-303
2023-01-23 14:57:44 +01:00
Joey de l'Arago
cc9053091d Disable fuzzy skin when using interlocking. Using these settings together causes the interlocking structure walls to be fuzzy (These are inside model)
CURA-10047
2023-01-20 16:00:52 +01:00
Joey de l'Arago
3820fd7bc6
Merge pull request #14333 from Ultimaker/Interlocking_To_Experimental_CURA-10168
Move_Intelrocking_To_Experimental_CURA-10168
2023-01-20 15:09:20 +01:00
c.lamboo
2638341ec4 Also remove interlocking the "Dual Extruder" category
contributes to CURA-10168
2023-01-20 12:58:19 +01:00
Joeydelarago
f9dcfb2268 Applied printer-linter format 2023-01-20 09:04:27 +00:00
sparkym3
a6e89a9d54 Make Creality Ender 3 S1 consistent 2023-01-19 11:49:41 -06:00
Vandresc
82ed62941d Move_Intelrocking_To_Experimental_CURA-10168
Moving Interlocking to Experimental category.
2023-01-17 11:19:09 +01:00
mehmetsutas
18a5059bf6 Applied printer-linter format 2023-01-14 20:06:57 +00:00
Mehmet Sutaş
1fa2eb9565 Update rigid3d_zero3.def.json 2023-01-14 23:05:46 +03:00
Mehmet Sutaş
8b1ab32796 Rigid3D Definitions Update 2023-01-14 21:42:28 +03:00