File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ addf motion-controller servo-thread
5252addf pid.x.do-pid-calcs servo-thread
5353addf pid.z.do-pid-calcs servo-thread
5454
55- setp pid.z.Pgain 200 .0
55+ setp pid.z.Pgain 50 .0
5656setp pid.z.Igain 0.1
5757setp pid.z.Dgain 0.01
5858setp pid.z.bias 0.0
@@ -70,7 +70,7 @@ net jnt-z-pos-cmd => pid.z.command
7070net mux-z-position-fb => pid.z.feedback
7171net pid-z-output <= pid.z.output
7272
73- setp pid.x.Pgain 200 .0
73+ setp pid.x.Pgain 50 .0
7474setp pid.x.Igain 0.1
7575setp pid.x.Dgain 0.01
7676setp pid.x.bias 0.0
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ STEP_SCALE = -1.0
7676MIN_LIMIT = -250.0
7777MAX_LIMIT = 250.0
7878HOME_OFFSET = 0.0
79- BACKLASH = 0.050
79+ BACKLASH = 0.000
8080
8181[AXIS_Z]
8282MAX_VELOCITY = 25
@@ -110,7 +110,7 @@ STEP_SCALE = 1.0
110110MIN_LIMIT = -1000.0
111111MAX_LIMIT = 1000.0
112112HOME_OFFSET = 0.0
113- BACKLASH = 0.3000
113+ BACKLASH = 0.0000
114114
115115[SPINDLE]
116116MAX_FREQ = 80
You can’t perform that action at this time.
0 commit comments