Commit 6fde6a5f authored by sumpfralle's avatar sumpfralle

changed some default processing settings


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@391 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent f658ad2c
...@@ -122,16 +122,16 @@ shape: CylindricalCutter ...@@ -122,16 +122,16 @@ shape: CylindricalCutter
tool_radius: 3 tool_radius: 3
[Tool1] [Tool1]
name: Spherical (r=0.5)
shape: SphericalCutter
tool_radius: 0.5
[Tool2]
name: Toroidal (r=2) name: Toroidal (r=2)
shape: ToroidalCutter shape: ToroidalCutter
tool_radius: 2 tool_radius: 2
torus_radius: 0.2 torus_radius: 0.2
[Tool2]
name: Spherical (r=1.0)
shape: SphericalCutter
tool_radius: 1.0
[ProcessDefault] [ProcessDefault]
path_direction: x path_direction: x
safety_height: 5 safety_height: 5
...@@ -141,7 +141,7 @@ name: Rough ...@@ -141,7 +141,7 @@ name: Rough
path_generator: PushCutter path_generator: PushCutter
path_postprocessor: PolygonCutter path_postprocessor: PolygonCutter
material_allowance: 0.5 material_allowance: 0.5
step_down: 0.8 step_down: 3.0
overlap_percent: 0 overlap_percent: 0
[Process1] [Process1]
...@@ -149,7 +149,7 @@ name: Semi-finish ...@@ -149,7 +149,7 @@ name: Semi-finish
path_generator: PushCutter path_generator: PushCutter
path_postprocessor: ContourCutter path_postprocessor: ContourCutter
material_allowance: 0.2 material_allowance: 0.2
step_down: 0.5 step_down: 1.5
overlap_percent: 20 overlap_percent: 20
[Process2] [Process2]
...@@ -176,16 +176,16 @@ tool: 0 ...@@ -176,16 +176,16 @@ tool: 0
process: 0 process: 0
[Task1] [Task1]
tool: 2 tool: 1
process: 1 process: 1
[Task2] [Task2]
tool: 1 tool: 2
process: 2 process: 2
[Task3] [Task3]
enabled: no enabled: no
tool: 1 tool: 2
process: 3 process: 3
""" """
......
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