EncySoftware.DirectCladdingOperation 2.0.1

dotnet add package EncySoftware.DirectCladdingOperation --version 2.0.1
                    
NuGet\Install-Package EncySoftware.DirectCladdingOperation -Version 2.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EncySoftware.DirectCladdingOperation" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EncySoftware.DirectCladdingOperation" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="EncySoftware.DirectCladdingOperation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EncySoftware.DirectCladdingOperation --version 2.0.1
                    
#r "nuget: EncySoftware.DirectCladdingOperation, 2.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EncySoftware.DirectCladdingOperation@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EncySoftware.DirectCladdingOperation&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=EncySoftware.DirectCladdingOperation&version=2.0.1
                    
Install as a Cake Tool

Direct cladding operation for the ENCY CAM

This repository presents an example implementation of an operation for ENCY that calculates a toolpath for additive machining by directly transforming input geometric curves into tool movements at given speeds and with specified linking strategy parameters.

Here are presented both the source codes for studying the methods of programmatically generating a toolpath in the CAM system, and the final binary files, packed into a dext package ready for installation in a CAM system and use.

<img width="1918" height="1038" alt="ency_Ov5l1jIsUg" src="https://github.com/user-attachments/assets/e19861a7-4199-4253-a864-410de37f492d" />

Installation instructions

  1. Download and install the latest version of ENCY (https://encycam.com/download).

  2. Select the latest version of the extension from the "Releases" section of this repository, download the "DirectCladdingOperationExtension.dext" file from the Packages section.

  3. Start ENCY and open the Settings window on the "Extensions" tab.

  4. Click to Install button and select the downloaded file "DirectCladdingOperationExtension.dext" to perform automatic installation.

  5. Close the window and restart ENCY.

  6. After that you should see the new "Direct Cladding" operation in the "Additive" section of the New operation window.

  7. To use the operation, you need to create a new project, select the "Direct Cladding" operation and define the source set of geometric curves sliced into layers inside any CAD system and specify required parameters like tool diameter, cutting speed, printing strategy, sorting, etc.

Build from source instructions

Minimum requirements

  1. Minimum compatible version of ENCY: 1.1.3

Prerequisites

  1. Install dotnet 8.0 SDK (https://dotnet.microsoft.com/en-us/download/dotnet/8.0)

Build from command line

  1. Start commands\build.cmd.

Build from Visual Studio Code

  1. Open the root folder of the repository in Visual Studio Code.

  2. Open the command palette (Ctrl+Shift+P) and type "Tasks: Run Task" and select "build". Another way is to click on the "Terminal" menu item and select "Run task..." from the drop-down menu, then "build".

How to debug

  1. Download and install the latest version of ENCY (https://encycam.com/download).

  2. Open the repo folder in Visual Studio Code.

  3. Start debug session using "F5".

  4. After the ENCY starts, open the Setup window on the "Extensions" tab and click on the "Install" button.

  5. Select the file "project\main\bin\Debug\DirectCladdingOperationExtension.settings.json"

  6. Closet the window and ENCY.

  7. Start debug session again using "F5".

  8. Create and use "Direct cladding" operation.

  9. When you click on the "Run" button in ENCY you should get into the "MakeWorkPath" method inside the "project\main\ExtensionToolPathCalculation.cs" file where you can set a breakpoint.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.1 217 3/12/2026