Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NCalu/NCneticNpp
Gcode CNC backplot/simulation plugin for Notepad++
https://github.com/NCalu/NCneticNpp
g-code g-code-editor g-code-language gcode gcode-editor gcode-parser gcode-visualizer notepad-plus-plus notepad-plusplus-plugin
Last synced: 3 months ago
JSON representation
Gcode CNC backplot/simulation plugin for Notepad++
- Host: GitHub
- URL: https://github.com/NCalu/NCneticNpp
- Owner: NCalu
- License: apache-2.0
- Created: 2023-05-15T07:44:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T08:26:59.000Z (7 months ago)
- Last Synced: 2024-06-16T09:36:03.459Z (7 months ago)
- Topics: g-code, g-code-editor, g-code-language, gcode, gcode-editor, gcode-parser, gcode-visualizer, notepad-plus-plus, notepad-plusplus-plugin
- Language: C#
- Homepage: https://ncnetic.com/notepad-gcode-plugin
- Size: 1.45 MB
- Stars: 50
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cnc - NCneticNpp (NotePad++ GCode plugin) - Simulate/Plot g-code files directly in Notepad++ (Software / Intro Miscellaneous)
README
# NCneticNpp — Gcode CNC backplot/simulation plugin for Notepad++
A Notepad++ plugin to plot gcode files directly in the best code editor.
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 from the NCnetic website: https://www.ncnetic.com/notepad-gcode-plugin
2. Locate the Notepad++ plugins folder:
* **32-bit**: C:\Program Files (x86)\Notepad++\plugins
* **64-bit**: C:\Program Files\Notepad++\plugins3. 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
Video
-------------[](https://www.youtube.com/embed/AldBb7LKf30)
Additional information
----------------------NCnetic website: https://ncnetic.com
3d graphics module : https://github.com/opentk
Notepad++ plugin template : https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net
And last be not least, Notepad++ himself : https://github.com/notepad-plus-plus/notepad-plus-plus
Thanks to all contributors!