Skip to content

Commit 0616095

Browse files
committed
.
1 parent 0dea6c6 commit 0616095

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

elle-app/elle-hal/lathe.hal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ addf motion-controller servo-thread
5252
addf pid.x.do-pid-calcs servo-thread
5353
addf pid.z.do-pid-calcs servo-thread
5454

55-
setp pid.z.Pgain 200.0
55+
setp pid.z.Pgain 50.0
5656
setp pid.z.Igain 0.1
5757
setp pid.z.Dgain 0.01
5858
setp pid.z.bias 0.0
@@ -70,7 +70,7 @@ net jnt-z-pos-cmd => pid.z.command
7070
net mux-z-position-fb => pid.z.feedback
7171
net pid-z-output <= pid.z.output
7272

73-
setp pid.x.Pgain 200.0
73+
setp pid.x.Pgain 50.0
7474
setp pid.x.Igain 0.1
7575
setp pid.x.Dgain 0.01
7676
setp pid.x.bias 0.0

elle-app/elle-hal/lathe.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ STEP_SCALE = -1.0
7676
MIN_LIMIT = -250.0
7777
MAX_LIMIT = 250.0
7878
HOME_OFFSET = 0.0
79-
BACKLASH = 0.050
79+
BACKLASH = 0.000
8080

8181
[AXIS_Z]
8282
MAX_VELOCITY = 25
@@ -110,7 +110,7 @@ STEP_SCALE = 1.0
110110
MIN_LIMIT = -1000.0
111111
MAX_LIMIT = 1000.0
112112
HOME_OFFSET = 0.0
113-
BACKLASH = 0.3000
113+
BACKLASH = 0.0000
114114

115115
[SPINDLE]
116116
MAX_FREQ = 80

0 commit comments

Comments
 (0)