Nikon Posted May 3, 2023 Posted May 3, 2023 (edited) Good day everyone! The two Lee Mac Layer Director V1-9.lsp and Mteditreactor V1-1.lsp reactors, which should be turned on automatically at boot, are turned on only one at a time. That is, the second reactor must be turned on forcibly if the first one is active. Is it possible to automatically turn on two reactors at the same time ? I really hope for the help of the author Lee Mak, thank you. MTEditReactorV1-1.lsp LayerDirectorV1-9.lsp Edited May 3, 2023 by Nikon Quote
Steven P Posted May 3, 2023 Posted May 3, 2023 Didn''t you ask the same here: Not sure of an answer but if you make up a little LISP, remove these from starting automatically, and add this one to run when the drawing opens (defun reactors ( / ) (load "--FILE PATH OF REACTOR FILE-- \\LayerDirector V1-9.lsp" "Reactor 1 Failed to Load") (load "--FILE PATH OF REACTOR FILE-- \\Mteditreactor V1-1.lsp" "Reactor 2 Failed to Load") (princ) ) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.