Commit f1a6c5ff authored by sumpfralle's avatar sumpfralle

feedrate and speed were erroneously swapped before


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@482 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent ccd3625f
...@@ -118,8 +118,8 @@ class ProcessSettings: ...@@ -118,8 +118,8 @@ class ProcessSettings:
DEFAULT_CONFIG = """ DEFAULT_CONFIG = """
[ToolDefault] [ToolDefault]
torus_radius: 0.25 torus_radius: 0.25
feedrate: 1000 feedrate: 200
speed: 200 speed: 1000
[Tool0] [Tool0]
name: Cylindrical (d=3) name: Cylindrical (d=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