Show messages: All
1-2
3
From: stefano (LIGHTWAVE)
Script V2 boxshell now has a nice tweak...it allows hard baked but editable
default values and rapid selection of these values using no mouse -I simply
use the keyboard UP DOWN and enter to select.
You can use mouse of course but its slower and you dont get the bonus.
Users can create their own default values by editing the .js file
line 70 or creating their own defaults in seperate command line or shortcuts.
I have set this one up for the common aluminium box section
thicknesses i might use...
Line 70 =
// No command line parameters given, use default.
cmdline = '1.6 3.2 1 1.2 1.4 1.5 2 3 6.35';
Need different defaults? Edit the cmdline = '1.6 3.2 1 1.2 1.4 1.5 2 3 6.35';
So, by changing line 70 with your own values when you type "boxshell"
or create a keyboard shortcut with just "boxshell" as the command
you can bring up all your default values AND you can also overwrite
the defaults by creating a new shortcut where the command or shortcut
might be:
boxshell 1 2 3 4 5

Attachments:
boxshellV2.zip
Image Attachments:
boxshellV2-1-2-3-4-5.png
moiBOXSHELLV2.jpg
Show messages: All
1-2
3