Skip to content

Commit

Permalink
When self-support is enabled do not use support material layers in th…
Browse files Browse the repository at this point in the history
…e raft.

Note: Switching support settings takes longer in the UI due to the recalculations.

PP-402
  • Loading branch information
pkuiper-ultimaker committed Nov 21, 2023
1 parent bca778b commit 83c2626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/definitions/ultimaker_method_base.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
"raft_interface_line_width": { "value": 1.2 },
"raft_interface_thickness": { "value": 0.3 },
"raft_margin": { "value": 3 },
"raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material'))" },
"raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material')) if support_enable and extruderValue(support_extruder_nr,'material_is_support_material') else raft_base_extruder_nr" },
"retraction_amount": { "value": 0.75 },
"retraction_combing": { "value": "'off'" },
"retraction_combing_max_distance": { "value": "speed_travel / 10" },
Expand Down

0 comments on commit 83c2626

Please sign in to comment.