Welcome...
Is there anything in your Startup Suite, acaddoc.lsp file, or third party add-ons that could be causing this?
Registered forum members do not see this ad.
Hello,
My first post...new to CADTutor...
I am using AC 2009 and the Fillet radius keeps going back to zero even though I save the drawing.
When I open the drawing again whala, Fillet radius is back to zero!
What causes this?
Other AC users do not experience this problem...![]()




Welcome...
Is there anything in your Startup Suite, acaddoc.lsp file, or third party add-ons that could be causing this?
Startup Suite?..My machine is bare bones, no third part anything, no lisp routines...![]()


Check your FILLETRAD variable.
FILLETRAD is the same thing as setting the radius in the fillet command....This didn't help either...any other ideas?
what you could do is add FILLETRAD to your acaddoc.lsp, that way it's set everytime you start AutoCAD. It would only work if you usually use the same radius though..
Life doesn't suck, although we all go through periods when it may be easier to think that, than to discern the solution to whatever problem is the most formidable
at the moment in one's personal UCS.
Go to PLAN view instead. - Dadgad
I'm not that good at editing lisp routines matter of fact I never did it but I did find that file you refered to....How would I add that FILLETRAD to the lisp routine to default my Radius to lets say .075?
here is my acaddoc.lsp lisp file :
;;;*-*TXT acad.lsp is loaded once, acaddoc.lsp is loaded for each
;;; document, s::startup in any case is called after acaddoc.lsp
;;; has been loaded
;
;;(if (= nil acad_helpdlg)
;; (progn
;; (load "acadr15.lsp")
;; (load (strcat (getvar "menuname") ".mnl"))
;; )
;
(if (= nil genlade)
(progn
(princ (load "gen/acadm.lsp" "\nError: acadm.lsp not loaded!"))
(if acadmappend (setq s::startup (acadmappend s::startup)))
)
)
Life doesn't suck, although we all go through periods when it may be easier to think that, than to discern the solution to whatever problem is the most formidable
at the moment in one's personal UCS.
Go to PLAN view instead. - Dadgad
Registered forum members do not see this ad.
"That's it. It's one thing for a ghost to terrorize my children, but quite another for him to play my Theremin." Homer Simpson
Dave
Bookmarks