Simulated motors don't have a blockage_check_interval paramater

r1465 | ffr | 2007-02-12 12:48:30 +1100 (Mon, 12 Feb 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-02-12 12:48:30 +11:00
committed by Douglas Clowes
parent 3168325921
commit 5af27359dd

View File

@@ -7,7 +7,7 @@ puts "# [clock format [clock seconds] -format %c]\n"
proc unknown {args} {
set param [lindex $args 1];
set nonsim_motpars [list speed home hardlowerlim hardupperlim accel decel maxSpeed minSpeed maxAccel minDecel ]
set nonsim_motpars [list speed home hardlowerlim hardupperlim accel decel maxSpeed minSpeed maxAccel minDecel blockage_check_interval]
if { [ lsearch -exact $nonsim_motpars $param ] == -1 } {
puts $args;
}