Skip to content

Building

Terje Io edited this page Feb 6, 2023 · 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 WPF, 2.10.0.0 - for 3d toolpath rendering (required)

Vector3 library - for some 3d calculations (required)

AForge libraries - for camera control (optional)

websocket-sharp - for streaming via websocket (optional)

I have placed the libraries in the same folder as the sender projects, references may have to be updated if placed somewhere else.
NOTE: A shortcut for installing the libraries could be to extract them from the latest release and copy the relevant files to the folders they are referenced in the sender projects.

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 ioSender and/or ioSender XL projects Properties.


2023-02-06

Clone this wiki locally