Default preferences
There are various default settings that affect output responses. To view the current default settings, type GetDefaults. To change a default setting, enter the corresponding command.
Display of numbers (significant digits)
After starting the program, type
x = 1/3 SetDigits( 3 ) y = 1/3
The displayed number for  x  has 7 significant digits (the default) whereas  y  is displayed with 3 significant digits.  Note: The accuracy of the calculations is not affected by this setting.
Compatible with Autolev
To run an AUTOLEV file, enter or include the following command:
SetDefaults( Autolev )
To make MotionGenesis™ Kane be startup AUTOLEV compatible, edit the file MGDefaultPreferences.txt (in the MGToolbox folder) and un-comment the line
SetDefaults AUTOLEV