I can't seem to get this lisp to work. The polyline part works great, but it does not recognize the fillet command. What's wrong with this? (setq p1 (getpoint " First point: ")) (command "_pline" p1 "h" ".25" ".25") (while (= (logand (getvar "cmdactive") 1) 1) (command pause) ) (command "fillet" "r" "2" "p" "l") Thanks, Eric L