RE: script error?exceeded time?
2021-12-18, 20:09 (This post was last modified: 2021-12-18, 20:10 by Roland Melkert.)
2021-12-18, 20:09 (This post was last modified: 2021-12-18, 20:10 by Roland Melkert.)
(2021-12-17, 5:58)HWQ Wrote: script error?exceeded time?
"runAutoSteps" execution exceeded the maximum duration of 250ms.
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.