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:
Paul Kuiper 2024-06-28 11:02:14 +02:00
parent 74777085df
commit 0d977178f1
5 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,8 @@ class MaterialOutputModel(QObject):
"bvoh" :{"name" :"BVOH" ,"guid": "923e604c-8432-4b09-96aa-9bbbd42207f4"}, "bvoh" :{"name" :"BVOH" ,"guid": "923e604c-8432-4b09-96aa-9bbbd42207f4"},
"cpe" :{"name" :"CPE" ,"guid": "da1872c1-b991-4795-80ad-bdac0f131726"}, "cpe" :{"name" :"CPE" ,"guid": "da1872c1-b991-4795-80ad-bdac0f131726"},
"hips" :{"name" :"HIPS" ,"guid": "a468d86a-220c-47eb-99a5-bbb47e514eb0"}, "hips" :{"name" :"HIPS" ,"guid": "a468d86a-220c-47eb-99a5-bbb47e514eb0"},
"tpu" :{"name" :"TPU 95A" ,"guid": "19baa6a9-94ff-478b-b4a1-8157b74358d2"} "tpu" :{"name" :"TPU 95A" ,"guid": "19baa6a9-94ff-478b-b4a1-8157b74358d2"},
"im-pla" :{"name": "Tough" ,"guid": "de031137-a8ca-4a72-bd1b-17bb964033ad"}
} }

View file

@ -36,7 +36,6 @@
"polywood_pla", "polywood_pla",
"redd_", "redd_",
"tizyx_", "tizyx_",
"ultimaker_pla_175",
"ultimaker_tough_pla_175", "ultimaker_tough_pla_175",
"verbatim_", "verbatim_",
"Vertex_", "Vertex_",

View file

@ -60,7 +60,7 @@ support_bottom_wall_count = 2
support_conical_angle = 20 support_conical_angle = 20
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_infill_density_multiplier_layer_0 = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 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_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 support_interface_enable = True

View file

@ -60,7 +60,7 @@ support_bottom_wall_count = 2
support_conical_angle = 20 support_conical_angle = 20
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_infill_density_multiplier_layer_0 = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 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_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 support_interface_enable = True

View file

@ -60,7 +60,7 @@ support_bottom_wall_count = 2
support_conical_angle = 20 support_conical_angle = 20
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_infill_density_multiplier_layer_0 = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 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_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 support_interface_enable = True