Add missing is_homing_list
r3521 | dcl | 2012-04-02 12:57:47 +1000 (Mon, 02 Apr 2012) | 1 line
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
source $cfPath(commands)/commands_common.tcl
|
source $cfPath(commands)/commands_common.tcl
|
||||||
|
|
||||||
|
namespace eval motor {
|
||||||
|
# is_homing_list = comma separated list of motors which are safe to send "home"
|
||||||
|
variable is_homing_list ""
|
||||||
|
}
|
||||||
|
|
||||||
proc ::commands::isc_initialize {} {
|
proc ::commands::isc_initialize {} {
|
||||||
::commands::ic_initialize
|
::commands::ic_initialize
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user