LDraw.org Discussion Forums
script error?exceeded time? - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: General (https://forums.ldraw.org/forum-12.html)
+--- Forum: General LDraw.org Discussion (https://forums.ldraw.org/forum-6.html)
+--- Thread: script error?exceeded time? (/thread-25740.html)



script error?exceeded time? - HWQ - 2021-12-17

script error?exceeded time?  
"runAutoSteps" execution exceeded the maximum duration of 250ms. Huh
How to cancel the time limit


RE: script error?exceeded time? - Roland Melkert - 2021-12-18

(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.