(defun c:2 (/ s)
(command “fillet” “c”)
)
;
(defun c:1 (/ s)
(command “lengthen” “de” “1000”)
)
;
(defun c:3 (/ s)
(command “lengthen” “de” “300”)
)
;
(defun c:4 (/ s)
(command “lengthen” “de” “500”)
)
;
비밀번호를 잊으셨나요? 비밀번호를 재설정하려면 이메일 주소를 입력해주세요.
해당 질문을 신고하는 이유를 간단히 입력해주세요.
해당 답변을 신고하는 이유를 간단히 입력해주세요.
해당 유저를 신고하는 이유를 간단히 입력해주세요.