fix formating nits in hal
This commit is contained in:
parent
26905e1a7e
commit
812c8a2f2d
|
@ -26,7 +26,6 @@ addf stepgen.update-freq servo-thread
|
||||||
addf dsmono.0 servo-thread
|
addf dsmono.0 servo-thread
|
||||||
|
|
||||||
#Pin Assignments
|
#Pin Assignments
|
||||||
|
|
||||||
net estop-out => parport.0.pin-01-out
|
net estop-out => parport.0.pin-01-out
|
||||||
net xstep => parport.0.pin-02-out
|
net xstep => parport.0.pin-02-out
|
||||||
setp parport.0.pin-02-out-reset 1
|
setp parport.0.pin-02-out-reset 1
|
||||||
|
|
|
@ -16,7 +16,7 @@ net sigIoctlAir iocontrol.0.coolant-mist => xor2.1.in1
|
||||||
net air <= xor2.1.out
|
net air <= xor2.1.out
|
||||||
net air => cncextension.wr2
|
net air => cncextension.wr2
|
||||||
|
|
||||||
#alcohol
|
# alcohol
|
||||||
net alcohol pyvcp.alcohol-scale-i => cncextension.pwm
|
net alcohol pyvcp.alcohol-scale-i => cncextension.pwm
|
||||||
net alcoholPrime pyvcp.prime-chkbtn => cncextension.pwmPrime
|
net alcoholPrime pyvcp.prime-chkbtn => cncextension.pwmPrime
|
||||||
|
|
||||||
|
@ -36,17 +36,17 @@ net g10l20x20y20 halui.mdi-command-06 <= pyvcp.microscope-btn
|
||||||
net g53g10l20pin halui.mdi-command-07 <= pyvcp.touchoffpin-btn
|
net g53g10l20pin halui.mdi-command-07 <= pyvcp.touchoffpin-btn
|
||||||
net touchofzpin halui.mdi-command-08 <= pyvcp.touchofz-btn
|
net touchofzpin halui.mdi-command-08 <= pyvcp.touchofz-btn
|
||||||
|
|
||||||
#Collisionavoid
|
# Collisionavoid
|
||||||
|
|
||||||
net collision-stop => pyvcp.collision-led
|
net collision-stop => pyvcp.collision-led
|
||||||
net chuck pyvcp.chuck-chkbtn => collisionavoid.chuck
|
net chuck pyvcp.chuck-chkbtn => collisionavoid.chuck
|
||||||
setp pyvcp.chuck-chkbtn.changepin 1
|
setp pyvcp.chuck-chkbtn.changepin 1
|
||||||
|
|
||||||
#Autolevel
|
# Autolevel
|
||||||
net levelpin pyvcp.level-chkbtn => compensation.enable-in
|
net levelpin pyvcp.level-chkbtn => compensation.enable-in
|
||||||
net runalprobe halui.mdi-command-09 <= pyvcp.alprobe-btn
|
net runalprobe halui.mdi-command-09 <= pyvcp.alprobe-btn
|
||||||
|
|
||||||
#Autolevel spinbox display
|
# Autolevel spinbox display
|
||||||
net alprsx pyvcp.alprsx => pyvcp.alprsxDisp
|
net alprsx pyvcp.alprsx => pyvcp.alprsxDisp
|
||||||
net alprsy pyvcp.alprsy => pyvcp.alprsyDisp
|
net alprsy pyvcp.alprsy => pyvcp.alprsyDisp
|
||||||
net alintervl pyvcp.alintervl => pyvcp.alintervlDisp
|
net alintervl pyvcp.alintervl => pyvcp.alintervlDisp
|
||||||
|
|
Loading…
Reference in a new issue