Skip to content

Commit

Permalink
Add setting for scarf seam split definition
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Aug 22, 2024
1 parent 7462de0 commit 758ff91
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,19 @@
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_extruder": true,
"settable_per_mesh": true
},
"scarf_split_distance":
{
"label": "Scarf seam split distance",
"description": "This is the maximum length of an extrusion path when splitting a longer path to apply the scarf seam. A smaller distance will create a more precise but also more verbose G-Code.",
"type": "float",
"default_value": 1.0,
"minimum_value": 0.1,
"maximum_value": 100.0,
"unit": "mm",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_extruder": true,
"settable_per_mesh": true
}
}
},
Expand Down

0 comments on commit 758ff91

Please sign in to comment.