Part 2 - Appload

Опубликовано: 15 Июнь 2026
на канале: Random CAD Stuff
727
4

You'll need to be familiar with Appload if you want to try out my LISP commands. And eventually, the Startup Suite if you plan to use them every AutoCAD session.

A few important details:

DON'T load the reactors unless you're comfortable using them. They basically just "do stuff" every time something happens in AutoCAD. For example: The viewport layer reactor simply "reacts" whenever the "MVIEW" command ends... it searches for the last object added to the database (ie: a viewport if the MVIEW command wasn't cancelled), and places it on my Templates "Viewport" layer.
The reactors included are pretty harmless, but when implementing reactors, you generally need to stick to a system. One example of reactor madness is when two reactors trigger one another, creating an endless loop.
If you're using other reactors, and are not 100% sure how they work, consider not using mine. I cannot advise any further without knowing your own specific situation.

With all that out of the way, note that for most of the commands to work, you do need to load the VLX file. I've set this up for a few different reasons. One being that it makes it much easier for you to find my AutoLISP command line names/aliases in the code itself - that'll be covered in the next video.

Download Instructions:

Here's the link: https://keithscadservices.gumroad.com...
The discount code is "letmetryit" all lower case, all one word. You enter the discount code at the second screen. You need to provide an email but you DON'T need to provide payment information, that should disappear as soon as you apply the discount code. You do have to provide an email however.

If you do try this out, for free, and realize that it's actually worth a couple bucks... wait for my 2023-1 version. The minimum price will be $2+. It will be a cleaned-up version of these and will implement some of the feedback I receive (but very dependent on my time and resources, so I won't be able to include everyone's great ideas). That version will include a version for use with a dark background unless something unforeseen makes that impossible.