Skip to content

Commit

Permalink
Merge pull request #17388 from Ultimaker/PP-402-no-support-in-raft-wh…
Browse files Browse the repository at this point in the history
…en-self-support-is-used

No support material in raft when self support is used
  • Loading branch information
casperlamboo authored Nov 24, 2023
2 parents 3a7dc07 + 83c2626 commit dfbc27b
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 dfbc27b

Please sign in to comment.