Skip to content

Commit

Permalink
Merge pull request #272 from Ultimaker/PP-401-add-prime-tower-when-ra…
Browse files Browse the repository at this point in the history
…ft-layers-use-support

Add prime tower when raft contains support material
  • Loading branch information
casperlamboo authored Nov 24, 2023
2 parents d4b3b5b + b5033ab commit 7280cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultimaker_rapidrinse_175.xml.fdm_material
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- Define as soluble support material -->
<cura:setting key="material_is_support_material">True</cura:setting>
<cura:setting key="prime_tower_enable">=extruder_nr==support_extruder_nr</cura:setting>
<cura:setting key="prime_tower_enable">=extruder_nr==support_extruder_nr or extruder_nr==raft_base_extruder_nr or extruder_nr==raft_interface_extruder_nr or extruder_nr==raft_surface_extruder_nr</cura:setting>
<cura:setting key="support_conical_enabled">True</cura:setting>

<machine>
Expand Down

0 comments on commit 7280cb8

Please sign in to comment.