Skip to content

Building

Terje Io edited this page May 18, 2021 · 5 revisions

Currently I am building using Visual Studio 2015 and .NET 4.5.2. There are dependencies to the following libraries:

Helix 3D toolkit - for 3d toolpath rendering (required)

Vector3 library - for some 3d calculations (required)

WPF Toolkit - for the color picker (required). Easiest is to download the precompiled binary from here, unzip to the same folder where the sender project resides.

AForge libraries - for camera control (optional)

websocket-sharp - for streaming via websocket (optional)

The references to the Aforge libraries can be removed if the Conditional compilation symbol ADD_CAMERA is removed from the GCode Sender projects Properties.

The references to the websocket-sharp library can be removed if the Conditional compilation symbol USEWEBSOCKET is removed from the CNC Core and GCode Sender projects Properties.


2021-05-18

Clone this wiki locally