I recently loaded Vcarve Desktop. Using the Carbide Motion ATC (mm) option that came as an option in the software package worked fine including with the bitsetter. There were a few things that struck me different from Carbide Create that I made a couple tweaks to the post processor, see the commented out lines:
±--------------------------------------------------
- Commands output at the start of the file
±--------------------------------------------------
begin HEADER
“T1”
“G17”
“G21”
“G90”
“M6 T[T]”
+“G0[ZH]”
“G0[XH][YH]”
±--------------------------------------------------
- Commands output at the end of the file
±--------------------------------------------------
begin FOOTER
“M5”
“G0[ZH]”
+“G0[XH][YH]”
“M2”