Commit 0fd19e00 authored by sumpfralle's avatar sumpfralle

disabled "y" direction for ContourPolygon

increased default overlap for ContourPolygon


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@784 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 43aa8ce4
......@@ -1340,7 +1340,8 @@ class ProjectGui:
"MillingStyleClimb", "MillingStyleIgnore",
"MaxStepDownControl", "MaterialAllowanceControl",
"OverlapPercentControl"),
"ContourPolygonStrategy": ("GridDirectionX", "GridDirectionY",
# TODO: direction y and xy currently don't work for ContourPolygonStrategy
"ContourPolygonStrategy": ("GridDirectionX",
"MillingStyleIgnore", "MaxStepDownControl",
"MaterialAllowanceControl", "OverlapPercentControl"),
"ContourFollowStrategy": ("MillingStyleConventional",
......
......@@ -198,7 +198,7 @@ name: Carve contour
path_strategy: ContourFollowStrategy
material_allowance: 0.2
step_down: 1.5
overlap_percent: 20
overlap_percent: 40
[Process2]
name: Cleanup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment