/NCneticNpp

Primary LanguageC#Apache License 2.0Apache-2.0

NCneticNpp — CNC Gcode backplot/simulation plugin for Notepad++

A Notepad++ plugin to plot numerical control files directly in the best code editor.

NCneticNpp

How it works?

Open a numerical control file and use the Plot/Refresh command of the plugin to simulate the corresponding toolpath. You can set the default 3D view and the styling (text coloring) in the options.

Manual installation

  1. Download the plugin: https://www.ncnetic.com/NCneticNpp.zip

  2. Locate the Notepad++ plugins folder:

    • 32-bit: C:\Program Files (x86)\Notepad++\plugins
    • 64-bit: C:\Program Files\Notepad++\plugins
  3. Add the corresponding plugin file:

    • 32-bit: C:\Program Files (x86)\Notepad++\plugins\NCneticNpp\NCneticNpp.dll
    • 64-bit: C:\Program Files\Notepad++\plugins\NCneticNpp\NCneticNpp.dll

Additional information

NCnetic website: https://ncnetic.com

A forum where the basic NCnetic features has been discussed (in french): https://www.usinages.com/threads/editeur-gcode.142856/

3d graphics module : https://github.com/opentk/opentk

Notepad++ plugin template : https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net

Thanks to all contributors of thoses projects!