Skip to content

Vectric Direct Output

Terje Io edited this page Jan 30, 2020 · 1 revision

Vectric applications has an option of outputting gcode direct to machine. To enable this the post processor has to be modified and an inifile has to be added to the Vectric setup.

Add the following line to your post processor:

DIRECT_OUTPUT = "GCode Sender|GCodeSender_run.ini"

It should be added at the start, I have added it after the line UNITS = "MM".

Create GCodeSender_run.ini in the post processor folder and edit it to contain:

<Path to sender installation>\AppLaunch.exe
%s

Replace <Path to sender installation> with the path to your sender installation.

Tip: Use File > Open Application Data Folder... to open the folder where the post processor folders are located.

NOTE: Tested ok with VCarve Desktop v10.019, earlier versions has a bug that makes it crash.

Clone this wiki locally