CHANGES
gcodecompiler

2007-09-04 0.2.2.3
* M03 and M04 now print "SPINDLE SPEED N" just before printing "SPINDLE ON"
   For M03, N is the value specified by the most recent G code "S N" command.
   For M04, N is the negative value.

2007-06-28 0.2.2.2
* G38.2 Implemented
   G38.2 followed by exactly one of XN, YN, ZN, AN, BN, or CN
   Example: G38.2 Z-10
   Print "PROBE X Y Z A B C" where X Y Z A B C represent the selected position
   The selected position is at N on the selected axis and at the respective
    current positions on the other axes
   This command does not produce any actual motion

2007-06-04 0.2.2.1
* Compiled with Release configuration instead of Debug configuration
   (0.2.2.0 was compiled with the Debug configuration.)

2007-05-30 0.2.2.0
* Spindle, mist and flood outputs are no longer turned off automatically
   at the end of the G code program. An explicit M5, M9 or M65 is required
   as needed.

2007-04-24 0.2.1.1
* Compiled with Release configuration instead of Debug configuration
* Added Microsoft.~VC80.CRT folder (C++ redistributable library)
   to the package which seems to make the executable work on a stock
   installation of Windows XP
* Print "DOUT N 1" for command "M64 PN"
* Print "DOUT N 0" for command "M65 PN"

2007-04-19 0.2.1.0
* Print "DELAY N" for command "G4 PN"
