mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Removed PLA filter from Method X and Method XL.
Changed setting support_infill_density_multiplier_layer_0 to support_infill_density_multiplier_initial_layer. Added Tough PLA to the MaterialOutputModel.py so it is recognised by Cura. PP-475
This commit is contained in:
parent
74777085df
commit
0d977178f1
5 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@ support_bottom_wall_count = 2
|
|||
support_conical_angle = 20
|
||||
support_conical_min_width = 20
|
||||
support_fan_enable = False
|
||||
support_infill_density_multiplier_layer_0 = 2
|
||||
support_infill_density_multiplier_initial_layer = 2
|
||||
support_infill_rate = 12
|
||||
support_infill_sparse_thickness = =min(layer_height * 2, machine_nozzle_size * 3 / 4) if layer_height <= 0.15 / 0.4 * machine_nozzle_size else layer_height
|
||||
support_interface_enable = True
|
||||
|
|
|
@ -60,7 +60,7 @@ support_bottom_wall_count = 2
|
|||
support_conical_angle = 20
|
||||
support_conical_min_width = 20
|
||||
support_fan_enable = False
|
||||
support_infill_density_multiplier_layer_0 = 2
|
||||
support_infill_density_multiplier_initial_layer = 2
|
||||
support_infill_rate = 12
|
||||
support_infill_sparse_thickness = =min(layer_height * 2, machine_nozzle_size * 3 / 4) if layer_height <= 0.15 / 0.4 * machine_nozzle_size else layer_height
|
||||
support_interface_enable = True
|
||||
|
|
|
@ -60,7 +60,7 @@ support_bottom_wall_count = 2
|
|||
support_conical_angle = 20
|
||||
support_conical_min_width = 20
|
||||
support_fan_enable = False
|
||||
support_infill_density_multiplier_layer_0 = 2
|
||||
support_infill_density_multiplier_initial_layer = 2
|
||||
support_infill_rate = 12
|
||||
support_infill_sparse_thickness = =min(layer_height * 2, machine_nozzle_size * 3 / 4) if layer_height <= 0.15 / 0.4 * machine_nozzle_size else layer_height
|
||||
support_interface_enable = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue