LDraw.org Discussion Forums

Full Version: script error?exceeded time?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
script error?exceeded time?  
"runAutoSteps" execution exceeded the maximum duration of 250ms. Huh
How to cancel the time limit
(2021-12-17, 5:58)HWQ Wrote: [ -> ]script error?exceeded time?  
"runAutoSteps" execution exceeded the maximum duration of 250ms. Huh
How to cancel the time limit

You can change the limit in the main.cfg file.
http://www.melkert.net/LDCad/faq#faq_cfgLoc
by editing config\main.cfg (search for maxExecTime inside that file).

You can also set it to zero (in the newer versions) if you don't want a limit at all.

But do note setting it to zero will cause program hangs on scripts that cause infinite loops.

ps: Must be a very big model for the auto step script to take so long. If not it might indicate another problem or bug in the script.